Posted: Sat Jan 04, 2003 9:34 pm
Restored from previous forum. Originally posted by tinman.
Hi,
Not wanting to start another huge thread, but is there any way I can get the address of the string pointer, not the string.
So imagine you have a$="foo". @a$ will give you the address of the f character. Is there any way to get the address where the a$ pointer is located?
My main interest in this is with arrays, since
@array$(0) gives you a pointer to the first string in the array, and not the start of the array.
Thanks.
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + SP1, PB3.40)
Hi,
Not wanting to start another huge thread, but is there any way I can get the address of the string pointer, not the string.
So imagine you have a$="foo". @a$ will give you the address of the f character. Is there any way to get the address where the a$ pointer is located?
My main interest in this is with arrays, since
@array$(0) gives you a pointer to the first string in the array, and not the start of the array.
Thanks.
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + SP1, PB3.40)