E r g e b n i s / R e s u l t
Shows the Alias-Table and returns the alias the user selected
B e s c h r e i b u n g / D e s c r i p t i o n
This function reads the alias-Table from config.oa3 and show the user the list of aliases defined there. The user can select an alias or abort the operation. The function returns the alias selected.
This function is for OpenAccess III, for OpenAcces IV, use
GETAL4.
S y n t a x
Code:
ok = call("GETALIAS") P a r a m e t e r
R e t u r n s
A string with the alias the user selected or an empty string if no lias was selected.
B e i s p i e l / E x a m p l e
Code:
attach "alias.oac"
put call("GETALIAS")
detach "alias.oac"