PeekPreviousChar (StringTokenizer function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 11: Line 11:
</table>
</table>
==Usage notes==
==Usage notes==
<ul>
<li>If you're not using separators, <var>PeekPreviousChar</var> always returns the
last character of the last returned token.
</ul>
==Examples==
==Examples==
==See also==
==See also==
{{Template:StringTokenizer:PeekPreviousChar footer}}
{{Template:StringTokenizer:PeekPreviousChar footer}}

Revision as of 19:02, 3 July 2012

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