UnicodeWith (Unicode function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:Unicode:UnicodeWith subtitle}} | |||
[[Category:Intrinsic Unicode methods|UnicodeWith function]] | [[Category:Intrinsic Unicode methods|UnicodeWith function]] | ||
[[Category:Intrinsic methods]] | [[Category:Intrinsic methods]] | ||
Line 10: | Line 10: | ||
The UnicodeWith function is available as of version 7.6 of the ''Sirius Mods''. | The UnicodeWith function is available as of version 7.6 of the ''Sirius Mods''. | ||
==Syntax== | |||
{{Template:Unicode:UnicodeWith syntax}} | |||
===Syntax terms=== | |||
<dl> | <dl> | ||
<dt><i>%outUni</i> | <dt><i>%outUni</i> |
Revision as of 04:09, 19 January 2011
Concatenate this Unicode string with another (Unicode class)
This function returns the Unicode string that is the concatenation of the method object Unicode string and its Unicode string argument.
The UnicodeWith function is available as of version 7.6 of the Sirius Mods.
Syntax
%outUnicode = unicode:UnicodeWith( unicode2)
Syntax terms
- %outUni
- A Unicode variable to receive the result of the UnicodeWith method.
- unicode
- A Unicode string.
- unistring
- A Unicode string.
Example
The following is a simple UnicodeWith call: The U constant function is used in the example.
Begin %u is unicode Initial('This is an at sign: ') Print %u:unicodeWith('@':U) End
The result is:
This is an at sign: @