Einzelnen Beitrag anzeigen
Alt 13.10.2012, 15:47   #191
leecher
Moderator
CHR

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

Returns the character for the given ASCII code.

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 returns the character that belongs to the ASCII code given.

S y n t a x
Code:
c = call ('CHR' , code)
P a r a m e t e r
code - The ASCII code of the character to return

R e t u r n s
Returns the character matching the ASCII code given.

B e i s p i e l / E x a m p l e
Code:
attach 'tools'
put ' 65> ' , call ('chr' , 65) , do newline
detach 'tools'
leecher ist offline   Mit Zitat antworten