CHAR()

From TVPaintWiki
Jump to: navigation, search

<<<George<<<George Language Reference

  CHAR(string, position)

Returns the character at the indicated position in the character string. The first character in the string is number 1.

Example :

a = CHAR("Hello",2) // a is equal to e