Navigation bar
  Start Previous page
 95 of 307 
Next page End  

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