UnicodeLength (Unicode function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (see also. Sirius Mods) |
||
Line 13: | Line 13: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li><var>UnicodeLength</var> is available as of <var class="product">[[Sirius Mods]]</var> Version 7.5.</ul> | <li><var>UnicodeLength</var> is available as of <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.5.</ul> | ||
==Examples== | ==Examples== | ||
Line 28: | Line 28: | ||
==See also== | ==See also== | ||
<ul><li>The <var>UnicodeLength</var> method is analogous to the <var>String</var> intrinsic <var>[[Length (String function)|Length]]</var> method.</ul> | |||
{{Template:Unicode:UnicodeLength footer}} | {{Template:Unicode:UnicodeLength footer}} |
Revision as of 00:11, 14 March 2011
Length of this string (Unicode class)
UnicodeLength returns the number of characters in the method object string.
Syntax
%number = unicode:UnicodeLength
Syntax terms
%number | A numeric variable to receive the result of the UnicodeLength method. |
---|---|
unicode | A Unicode string. |
Usage notes
- UnicodeLength is available as of "Sirius Mods" Version 7.5.
Examples
- The following fragment prints a Unicode string, then its length:
%u unicode initial ('@xyz':U) print %u print %u:unicodelength
The result is:
@xyz 4
See also
- The UnicodeLength method is analogous to the String intrinsic Length method.