CUT()

From TVPaintWiki
Revision as of 13:53, 22 December 2009 by KenC (Talk | contribs) (Created page with '{{LangRefCatCrumbs}} CUT(string, start, end) Returns the part of the character string between the start and end positions inclusive. Example : a = CUT("the answer is 42",5…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<<George<<<George Language Reference

  CUT(string, start, end)

Returns the part of the character string between the start and end positions inclusive.

Example :

a = CUT("the answer is 42",5,10) // a is equal to answer