RE: [U2] Change command prompt character

2006-08-10 Thread svz
We use this little routine (found it somewhere) : P 0001: STELPROMPT = @WHO : '' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN STELPROMPT TO SYSTEM(4002) Bottom at line 3. Schalk van Zyl UVPROMPT command sort of does this, but it only allows a single character. Mark

RE: [U2] Change command prompt character

2006-08-10 Thread Tom Dodds
] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 2:25 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character We use this little routine (found it somewhere) : P 0001: STELPROMPT = @WHO : '' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN

RE: [U2] Change command prompt character

2006-08-10 Thread Womack, Adrian
It's Universe Basic. It works on UV 10.0.19 on HPUX. From: [EMAIL PROTECTED] on behalf of Tom Dodds Sent: Thu 10/08/2006 8:28 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character What language is this for and upon which machine

RE: [U2] Change command prompt character

2006-08-10 Thread Tom Dodds
:[EMAIL PROTECTED] On Behalf Of Womack, Adrian Sent: Thursday, August 10, 2006 9:05 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character It's Universe Basic. It works on UV 10.0.19 on HPUX. From: [EMAIL PROTECTED] on behalf of Tom

RE: [U2] Change command prompt character

2006-08-10 Thread Perry Taylor
SYSTEM(4001), SYSTEM(4002) and/or the disappearing ? Perry Taylor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 2:25 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character

RE: [U2] Change command prompt character

2006-08-10 Thread Hennessey, Mark F.
Works fine for me (uv 10.0.8, Solaris 8). The best coding... cut, paste, BASIC, CATALOG :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tom Dodds Sent: Thursday, August 10, 2006 8:28 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change

RE: [U2] Change command prompt character

2006-08-10 Thread svz
uv basic UV 10.1.4 PICK FORMAT ED PRG TST 3 lines long. : P 0001: MYPROMPT = 'Whatever ' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN MYPROMPT TO SYSTEM(4002) Bottom at line 3. : FI TST filed in file PRG. BASIC PRG TST Compiling: Source = '/kts.bron/PRG/TST', Object =

RE: [U2] Change command prompt character

2006-08-10 Thread svz
@listserver.u2ug.org Subject: RE: [U2] Change command prompt character We use this little routine (found it somewhere) : P 0001: STELPROMPT = @WHO : '' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN STELPROMPT TO SYSTEM(4002) Bottom at line 3. Schalk van Zyl

RE: [U2] Change command prompt character

2006-08-10 Thread Bob Woodward
by UV.PROMPT. Strange, but true. BobW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 8:00 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character Don't know, but you get used

RE: [U2] Change command prompt character

2006-08-10 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, August 10, 2006 8:59 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character You need to set the second and third fields in SYSTEM(4002

RE: [U2] Change command prompt character

2006-08-10 Thread Ray Wurlod
Tom, can you use $OPTIONS PIOPEN in a program in a Pick account? Does it work in that case? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Change command prompt character

2006-08-10 Thread Ray Wurlod
How about replacing the third line with ASSIGN MYPROMPT : (IF SELECTINFO(0,IK$SLACTIVE) THEN ELSE ) TO SYSTEM(4002) to handle the active Select List #0 case? (To use the mnemonic you will have had to include INFO_KEYS.H.) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] Change command prompt character

2006-08-10 Thread Womack, Adrian
@listserver.u2ug.org Subject: RE: [U2] Change command prompt character How about replacing the third line with ASSIGN MYPROMPT : (IF SELECTINFO(0,IK$SLACTIVE) THEN ELSE ) TO SYSTEM(4002) to handle the active Select List #0 case? (To use the mnemonic you will have had to include INFO_KEYS.H.) --- u2

RE: [U2] Change command prompt character

2006-08-09 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Wednesday, August 09, 2006 11:22 AM To: u2-users@listserver.u2ug.org Subject: [U2] Change command prompt character Does anyone know if you can change the TCL(ECL) prompt

RE: [U2] Change command prompt character

2006-08-09 Thread Mark Eastwood
UVPROMPT command sort of does this, but it only allows a single character. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Wednesday, August 09, 2006 11:22 AM To: u2-users@listserver.u2ug.org Subject: [U2] Change command prompt