Navigation bar
  Start Previous page
 265 of 307 
Next page End  

ZBasic System Library
255
ZX Microcontroller Family
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