Re: [U2] The CONTINUE statement

2012-04-29 Thread Brian Leach
Laura Bad girl. GOTO TheNaughtyStep :) Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Laura Hirsh Sent: 28 April 2012 04:23 To: 'U2 Users List' Subject: Re: [U2] The CONTINUE statement You are so right.

[U2] Backspace sends break signal in UV

2012-04-29 Thread Bob Little
I know someone asked about this recently but I cannot locate the thread that provided the solution. I have UV PE set up here on Linux. If I am in the UV account and LOGTO my development account, I get the Rocket banner then I'm at TCL. At this point, any time the backspace key is pressed, it

Re: [U2] Backspace sends break signal in UV

2012-04-29 Thread LeRoy Dreyfuss
Bob, You can either remap the keyboard in your emulator or use the PTERM cmd. Regards, LeRoy Sent from my iPhone 4 On Apr 29, 2012, at 7:39 AM, Bob Little b...@marketamerica.com wrote: I know someone asked about this recently but I cannot locate the thread that provided the solution. I

Re: [U2] The CONTINUE statement

2012-04-29 Thread Laura Hirsh
LOL! Thanks Brian. :) -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach Sent: Sunday, April 29, 2012 6:56 AM To: 'U2 Users List' Subject: Re: [U2] The CONTINUE statement Laura Bad girl. GOTO

Re: [U2] Backspace sends break signal in UV

2012-04-29 Thread Wjhonson
Bob at TCL type PTERM during a session where the backspace does a break, and post the text of that to us It's very likely that you have the INTR defined as your backspace ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] The CONTINUE statement

2012-04-29 Thread Keith Johnson [DATACOM]
Just to be annoyingly pedantic - the second code snippet is missing an END FOR I = 1 TO X do something IF some condition THEN CONTINUE do something else NEXT I Versus FOR I = 1 TO X do something IF NOT(some condition) THEN do something else NEXT I

Re: [U2] The RETURN TO statement was the CONTINUE statement

2012-04-29 Thread Keith Johnson [DATACOM]
Hi Wil, They can't do that because then their line editor would break - It has 58 occurances of RETURN TO Message: 27 Date: Fri, 27 Apr 2012 08:38:05 -0400 (EDT) From: Wjhonson wjhon...@aol.com To: u2-users@listserver.u2ug.org Subject: Re: [U2] The RETURN TO statement was the CONTINUE

Re: [U2] RETURN TO (again)

2012-04-29 Thread Keith Johnson [DATACOM]
I never used it in anger, but I was rather drawn to the Presley-friendly form SENDER: RETURN TO SENDER I actually used the following progam a long time ago, but only to test that EQU...LIT... workedhow I thought it did. Try it - Press T a few times then X and watch it unwind the call stack.