Einzelnen Beitrag anzeigen
Alt 13.10.2012, 09:45   #151
leecher
Moderator
GETNICK

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

Return one of the searching order nicknames

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

The GETNICK function returns one of the searching order nicknames.

This allows the users to test for the presence of a required nickname
or to record a nickname before changing it using the SETNICK function.

S y n t a x

Code:
string = call('GETNICK' , searching_order_number)
P a r a m e t e r

searching_order_number - is a number in the range 1 to the number of
searching orders returned by GETNUMV.

Negative numbers are treated as positive ones
and using a number outside of the range will
return the name of the first nickname.

R e t u r n s

A string containing a searching order nickname.

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

Code:
attach 'SETUP'
put call('GETNICK' , 1)    ! would print something like OA3DATA
a = call('GETNICK' , 2)    ! a would contain 'OA3HELP'
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
SETNICK
leecher ist offline   Mit Zitat antworten