CUT()

From TVPaintWiki
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