Einzelnen Beitrag anzeigen
Alt 13.10.2012, 16:09   #195
leecher
Moderator
ASCII

E r g e b n i s / R e s u l t
Shows the ASCII tabe window.

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 shows a window with the ASCII table and returns the character the user has selected.

S y n t a x
Code:
str = call ('ASCII')
P a r a m e t e r

R e t u r n s
A string with the value the user has selected or an empty string, if the user aborted.

B e i s p i e l / E x a m p l e
Code:
attach 'windows'
put call ('ASCII') ! prints the value selected
detach 'windows'
leecher ist offline   Mit Zitat antworten