Einzelnen Beitrag anzeigen
Alt 12.10.2012, 00:33   #119
leecher
Moderator
SHOW_OFF

E r g e b n i s / R e s u l t

Disable the display of screens

B e s c h r e i b u n g / D e s c r i p t i o n

This simple to use routine turns off Open Access's ability to alter
the screen.

Although this is a function covered by the DESK function, this is easier
to call.

S y n t a x

Code:
bool = call ('SHOW_OFF')
P a r a m e t e r

There are no parameters for this procedure

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 'DESK'
a = call('SHOW_OFF')    ! The screen refresh is turned off 
detach 'DESK'
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
SHOW_ON
leecher ist offline   Mit Zitat antworten