.TEXT SET CURRENT 
This subroutine is called to set the "current" Text Object to be a previously initialized Text Object.
  Usage: 
      PASS         <text_spec_name>           FIELD            SHARE? N
      GOSUB    0CD .TEXT SET CURRENT
      *        Check for error
      IF       0CD .TEXT SET CURRENT          NE
  Description: 
This makes the specified text object the "current" text object. You can then change aspects of the text object via the various .TEXT * routines.
<text_spec_name> must refer to a previous initialized text object (via 
.TEXT INITIALIZE), or it can be blank to refer to the "unnamed" text object.
The newly selected text object is set to be the "current" text object.
Read what other users have said about this page or add your own comments.
-- 
JeanNeron - 2011-11-17