950 likes | 1.07k Views
This program allows users to manage bank time records using PC Board's programming language. It includes functionalities for saving bank time, restoring it, and displaying current bank information. The code utilizes command line inputs to interact with the user and provides options to set color parameters for better visual management. It effectively organizes bank data and provides a straightforward interface for users to access and manage their banking time records efficiently.
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."