Einzelnen Beitrag anzeigen
Alt 13.10.2012, 09:59   #161
leecher
Moderator
SETNOTE

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

Set a new default notepad filename

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

The function changes the searching order and filename of the current
notepad file.

Using this function, the developer can alter the current notepad file
name.

S y n t a x

Code:
bool = call('SETNOTE' , string)
P a r a m e t e r

string - a string containing the new notepad filename. A nickname
can be specified.

R e t u r n s

A boolean variable.

B e i s p i e l / E x a m p l e

Code:
attach 'SETUP'
a = call ('SETNOTE' , 'TEST:PROGRAM.TXT')  ! sets a new notepad filename
detach 'SETUP'
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
GETNOTE
leecher ist offline   Mit Zitat antworten