---+ .TEXT SET UNINAME This subroutine returns the named Unicode character. Added in 6.0.0 <br />%TOC% ---++ Usage <pre> PASS <unicode_string> FIELD SHARE? Y PASS <unicode_name> FIELD SHARE? N GOSUB --- .TEXT SET UNINAME * Check for errors IF --- .TEXT SET UNINAME NE </pre> ---++ Description This subroutine returns the named Unicode character. All parameters are required. If any required parameters are missing, the subroutine will CANCEL. <unicode_string> returns the Unicode character named in <unicode_name> (Required). Only one character of the string is returned, if you PASS a longer field containing more characters they will be lost. This must be PASSed with Share "Y" to return the value. <unicode_name> is the name of the Unicode character you want set into <unicode_string> (Required). This is the opposite of [[0LASubrTextGetUniname][.TEXT GET UNINAME]]. Note: This subroutine is designed to operate on Alpha, Text, and Token fields only. The returned results are undefined if you specify any other type of field. <span style="color: #630000; font-size: 18.850000381469727px; background-color: #f6f6f6;">Comments</span> <br />%COMMENT% -- %USERSIG{JeanNeron - 2017-11-02}%
This topic: Main
>
WebHome
>
FullAPIList
>
0LASubrTextSetUniname
Topic revision: r2 - 2023-04-10 - BrianRyan
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback