Navigation bar
  Start Previous page
 242 of 283 
Next page End 237 238 239 240 241 242 243 244 245 246 247  

233
StackCheck
Type
Subroutine
Invocation
StackCheck(enable) 
Parameter
Method
Type
Description
enable
ByVal
Boolean
The enable/disable state desired.
Discussion
This subroutine enables or disables stack checking.  See the section on Run Time Stack Checking in the
ZBasic Reference Manual for more information.
Example
Call StackCheck(true)
Compatibility
This routine is not available in BasicX compatibility mode nor is it available for native mode devices.
Previous page Top Next page