Difference: 0LASubrTextSetUniname (1 vs. 2)

Revision 22023-04-10 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="FullAPIList"

.TEXT SET UNINAME

Line: 23 to 23
  This is the opposite of .TEXT GET UNINAME.
Added:
>
>
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.
 Comments


<--/commentPlugin-->

Revision 12017-11-02 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="FullAPIList"

.TEXT SET UNINAME

This subroutine returns the named Unicode character. Added in 6.0.0


Usage

      PASS         <unicode_string>           FIELD            SHARE? Y
      PASS         <unicode_name>             FIELD            SHARE? N
      GOSUB    --- .TEXT SET UNINAME
      *        Check for errors
      IF       --- .TEXT SET UNINAME          NE

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 .TEXT GET UNINAME.

Comments


<--/commentPlugin-->

-- Jean Neron - 2017-11-02

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback