Insert variable values into text from a script.
ArborX


Summary
This example inserts variable values into text from a script.

The simple script sample below inserts the contents of the ^name variable at the end of strm0 text stream and places a carriage return after that also.

 ^name=chris 1
 tend "strm0" 2
 @^name^ 3
 #13 4
1
Defines the contents of the variable ^name as 'chris'.
2
Instructs 3B2 to go to the end of the current text stream. For more information see the tend command.
3
Insert the contents of the variable ^name.
4
Inserts a hard return.

Document created on 08-Feb-2003 (revision 1)