Here we go again.

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: 26 April 2012 22:39
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] The CONTINUE statement


You said you had no idea what it was.
How are you going to respond to the point, without knowing what the code
actually does?



-----Original Message-----
From: Bill Brutzman <bi...@hkmetalcraft.com>
To: U2 Users List <u2-users@listserver.u2ug.org>
Sent: Thu, Apr 26, 2012 2:36 pm
Subject: Re: [U2] The CONTINUE statement


------------------------------------------------------------------------
-----------------------------------------------------
    ||
    ||
  More                            End Help                       List
Commands
    ||                     ---------
    ||
 
|+----------------------------------------------------------------------
-------------------------------------------------------
The CONTINUE statement is a  loop-controlling  statement.  For   syntax
details, 
ee the FOR statement and the LOOP statement.
So what... ?
--Bill
-----Original Message-----
rom: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org]
n Behalf Of Wjhonson
ent: Thursday, April 26, 2012 5:27 PM
o: u2-users@listserver.u2ug.org
ubject: Re: [U2] The CONTINUE statement

t TCL type
HELP BASIC CONTINUE
-----Original Message-----
rom: Bill Brutzman <bi...@hkmetalcraft.com>
o: U2 Users List <u2-users@listserver.u2ug.org>
ent: Thu, Apr 26, 2012 2:26 pm
ubject: Re: [U2] The CONTINUE statement

. I do not see a "continue" statement in the UniVerse manual.
 There is the "exit" command... used to break out of a loop... when a
certain ndition is satisfied.
The point of the original post is not clear to me.
-Bill
----Original Message-----
om: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org]
 Behalf Of Wjhonson
nt: Thursday, April 26, 2012 5:12 PM
: u2-users@listserver.u2ug.org
bject: [U2] The CONTINUE statement
OR I = 1 TO X
 do something
 IF some condition THEN CONTINUE
 do something else
XT I
ersus
OR I = 1 TO X
 do something
 IF NOT(some condition) THEN
    do something else
XT I
_____________________________________________
-Users mailing list
-us...@listserver.u2ug.org
tp://listserver.u2ug.org/mailman/listinfo/u2-users
_____________________________________________
-Users mailing list
-us...@listserver.u2ug.org
tp://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Click
https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==
n2pTd2PMK1wi0RsnJFyHNsuOdrLq1veiccY6wpstbrpNg==  to report this email as
spam.
--------------------------------------------------------

Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to