QuotesBreak (StringTokenizer property)

From m204wiki
Jump to navigation Jump to search

Do quotes break the current token? (StringTokenizer class)

[Introduced in Sirius Mods 7.8]


This page is under construction.

Syntax

%currentBoolean = stringTokenizer:QuotesBreak stringTokenizer:QuotesBreak = newBoolean

Syntax terms

%boolean An enumeration object of type Boolean to contain the returned value of CurrentQuoted. For more information about Boolean enumerations, see "Using Boolean Enumerations".
stringTokenizer A StringTokenizer object expression.

Usage notes

Examples

See also