PreviousChar (StringTokenizer function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th>
<td>A string variable to receive the returned character value.</td></tr>
<tr><th>stringTokenizer</th>
<tr><th>stringTokenizer</th>
<td>StringTokenizer object</td></tr>
<td>A <var>StringTokenizer</var> object variable.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:StringTokenizer:PreviousChar footer}}
{{Template:StringTokenizer:PreviousChar footer}}

Revision as of 16:22, 5 July 2012

Value of previous character and step back one position (StringTokenizer class)

[Introduced in Sirius Mods 7.8]


This page is under construction.

Syntax

%string = stringTokenizer:PreviousChar

Syntax terms

%string A string variable to receive the returned character value.
stringTokenizer A StringTokenizer object variable.

Usage notes

Examples

See also