Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Pointer to a subroutine


NNN Nov 3, 2020 03:47 PM

Is it possible to set a pointer to a subroutine in CRBasic? I could not find any information on how to do this.


JDavis Nov 4, 2020 04:58 PM

Pointers in CRBasic only work on memory locations of variables. There is no low level access to the call stack.

Log in or register to post/reply in the forum.