PARAGRAPHS are GREAT!

Any PARAGRAPH using GO statements should have unique explicit labels.
GO statements of any PARAGRAPH should explicitly call the label they want to
go to.

Logically, it does not make sense to have two have two different, but
equally labeled "PARAGRAPH Subroutines" if you will.

Best Advice for any price? Get the documentation and read it.


----- Original Message ----- 
From: "Mark Johnson" <[EMAIL PROTECTED]>
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Sent: Sunday, February 22, 2004 11:46 AM
Subject: Re: [UV] paragraph labels


> What does the 'also documented' sentence mean. How would a non-existant
> label appear before the GO in a paragraph.
>
> Regarding paragraphs: Do they behave like procs whereby you can
accidentally
> have the same label twice and the proc goes to the first occurrence
> (starting at the beginning). This is a downside of procs due to not
needing
> to be compiled.
>
> my 1 cent.
>
> ----- Original Message -----
> From: "Ray Wurlod" <[EMAIL PROTECTED]>
> To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
> Sent: Sunday, February 22, 2004 5:03 AM
> Subject: RE: [UV] paragraph labels
>
>
> > It's documented behaviour that GO to a label that does not exist in a
> paragraph will cause the process to exit from the paragraph.  From memory
> it's in the UniVerse System Description somewhere.  There's no "default
> label".  It's also documented that the same behaviour will occur if you
> attempt to GO to a label that is earlier in the paragraph than the GO
> command.
> > --
> > u2-users mailing list
> > [EMAIL PROTECTED]
> > http://www.oliver.com/mailman/listinfo/u2-users
>
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to