Einzelnen Beitrag anzeigen
Alt 13.10.2012, 09:54   #157
leecher
Moderator
SETBUS

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

Set the default business cards 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 sets the searching order and filename of the business cards
file.

Using this function, the developer can change the current business cards
file from inside an application.

S y n t a x

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

string - a string containing the new business cards. A nickname
can be specified.

The file must be the same format as the CARDSPI.DF file.

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 'SETUP'
a = call ('SETBUS' , 'FRED:NEWBUS.DF')   ! sets a new business card file
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
GETBUS
leecher ist offline   Mit Zitat antworten