Pointer DATA TYPE
kingbp
Posts: 22
Hello can anyone out there give me an example of how pointers are created in PBASIC, I know in C it would be something like this
int *ptr; is something like this possible in PBASIC?
int *ptr; is something like this possible in PBASIC?
Comments
Hello kingbp and welcome to the forum.
What are you attempting to point TO?
I want to point to a variable
Either version of the programming manual (text or on-line) has information on how the BASIC Stamp variables are handled.
You can download a copy from here:
http://www.parallax.com/tabid/440/Default.aspx
Pull down the "BASIC Stamp Syntax and Reference Manual 2.2"
Regards,
DJ