Start Back Next End
  
ZBasic System Library
118
ZBasic Microcontrollers
FirstTime
Type
Function returning Boolean
Invocation
FirstTime()
Discussion
When called the first time after downloading a program, this function will return True.  Thereafter, it will
always return False even if the processor is powered down or reset.  Subsequently downloading again
will again cause the function to return True on the first call, etc.
Previous page Top Next page