CHAR()

From TVPaintWiki
Revision as of 13:50, 22 December 2009 by KenC (Talk | contribs) (Created page with '{{LangRefCatCrumbs}} CHAR(string, position) Returns the character at the indicated position in the character string. The first character in the string is number 1. Example :…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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