Start Back Next End
  
ZBasic System Library
307
ZBasic Microcontrollers
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