Einzelnen Beitrag anzeigen
Alt 13.10.2012, 09:39   #147
leecher
Moderator
GETAPP

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

Return the default appointments 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 returns the searching order and filename of the current
appointments file.

Using this function, the developer could record the current filename
prior to changing it with the SETAPP function.

S y n t a x

Code:
string = call('GETAPP')
P a r a m e t e r

There are no parameters for this procedure

R e t u r n s

A string variable.

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

Code:
attach 'SETUP'
a = call ('GETAPP')     ! a would contain something like DATA:APPTSPI.DF 
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
SETAPP
Angehängte Dateien
Dateityp: oac SETUP.OAC‎ (18.5 KB, 2x aufgerufen)
leecher ist offline   Mit Zitat antworten