I'm missing something fundamental here
Posted: Thu Jul 02, 2009 5:19 am
I must be doing something very wrong here. Why doesn't this work?
It can't be missing the null byte otherwise PeekS() would fail.
This works fine:
Code: Select all
*This.String=@"Hello!"
Debug PeekS(*This) ;/ Works fine
Debug *This\s ;/ Errors here
This works fine:
Code: Select all
That.i=7
*This.Integer=@That
Debug PeekI(*This)
Debug *This\i