E r g e b n i s / R e s u l t
Makes the desktop pop-up
B e s c h r e i b u n g / D e s c r i p t i o n
A quick routine to make the desktop appear, as though the user had
pressed F8.
S y n t a x
Code:
bool = call ('DESK_UP') 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 ('DESK_UP') ! the desk appears immediately unless the
! the desktop is disabled.
detach 'DESK'