PeekPreviousChar (StringTokenizer function)

From m204wiki
Jump to navigation Jump to search

Value of previous character (StringTokenizer class)

[Introduced in Sirius Mods 7.8]


This page is under construction.

Syntax

%string = stringTokenizer:PeekPreviousChar

Syntax terms

%stringstring
stringTokenizer StringTokenizer object

Usage notes

  • If you're not using separators, PeekPreviousChar always returns the last character of the last returned token.

Examples

See also