The SYSTEM() references in this routine are invalid for UniData.  Does
anyone know if there any similar reference for UniData?

0001: *  Program to set the prompt character for a UniVerse Session
0002: *  <1> is for TCL
0003: *  <2> is used with an active Select list
0004: *  <3> is the line continuation character.
0005:       PMT = @LOGNAME : ' ': @WHO : ' > '
0006:       STELPROMPT = PMT
0007:       STELPROMPT<2 > = @WHO : ' >>'
0008:       STELPROMPT<3> = '+'
0009:       ASSIGN 1 TO SYSTEM(4001)
0010:       ASSIGN STELPROMPT TO SYSTEM(4002)
Bottom at line 10.

Thanks

Tom Dodds
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to