.TEXT INITIALIZE

This subroutine is called to initialize or reinitialize a text object.


Usage:

      PASS         <text_spec_name>           FIELD            SHARE? N
      GOSUB    0CD .TEXT INITIALIZE
      *        Check for error
      IF       0CD .TEXT INITIALIZE           NE


Description:

This initializes or reinitializes the specified text object. Initialization removes all the formatting from the specified text and everything is reset to defaults.

<text_spec_name> is a required parameter and the subroutine will cancel if it is not received. If the <text_spec_name> is blank, an error will be returned.

<text_spec_name> can be any name you want to assign to this text object. Once you have created the text object, you can change its attributes using other .TEXT routines, and then use the named object in any subroutine that accepts a text box parameter.

The newly initialized text object is set to be the "current" text object.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2011-11-17

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2011-11-17 - JeanNeron
 
  • Edit
  • Attach
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