-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: Get Variable pointer
code:
var str = "moo goes the cow";
var strPtr = Interop.Allocate( (str.length *2) +2);
strPrt.WriteString(0,str);
Debug.Trace("The pointer is ..." + strPtr.DataPtr );
Happy Birthday, WDZ
|
|