E r g e b n i s / R e s u l t
Display a constantly ticking clock on the screen
B e s c h r e i b u n g / D e s c r i p t i o n
This powerful function will display a clock on the screen. It will
keep ticking until you turn it ogg.
If you place it in the top left or right corners then it will not
interfer with any normal display.
One drawback of turning the clock on is that the desk has to be
disabled.
S y n t a x
Code:
bool = call('TIME_ON' , row , column) P a r a m e t e r
row - an integer value descriping the line the clock appears on
column - an integer value.
R e t u r n s
A boolean value.
B e i s p i e l / E x a m p l e
Code:
attach 'TIME'
x = call ('TIME_ON' , 1 , 1) ! turns the clock on
detach 'TIME' Q u e r v e r w e i s / C r o s s R e f e r e n c e
TIME_OFF