950 likes | 1.07k Views
;*****************************************************************************. ;* *. ;* Bank Time in User comment Record *.
E N D
;*****************************************************************************;*****************************************************************************
;* *
;* *
;* *
;*****************************************************************************;*****************************************************************************
maxtbank = 90 ; max bank time - could be from a file
chgtime = 0 ; but would be slower
count = 1 ; Used while loops rather than
GETTOKEN cmdtoken(count) ; for loobs as the while created 20 bytes
IF (LEFT(U_NOTES(4),4)<>"BANK") THEN ; is bank setup in NOTES if not
TOKENIZE U_NOTES(4) ; Get bank info from NOTES
PRINTLN "@POS:10@",clrs(1),usertoken(1)," ",usertoken(2),": ",clrs(2),usertoken(3)," min."