> On Behalf Of Wendy Smoak
> 
> Am I reading this right?  When I READU I can either have a THEN or
an
> ELSE, but not both?  (That it does not compile with both tends to
> confirm that...) 

This snippet of code compiles on Unidata 6.0:

ID="???"                                
OPEN "","VOC" TO BLAH ELSE STOP         
                                        
READU DUM FROM BLAH,ID LOCKED           
   DISPLAY "LOCKED"                     
END THEN                                
   DISPLAY "GOT IT"                     
END ELSE                                
   DISPLAY "DON'T GOT IT"               
END                                     

And seems to run correctly.

 - jmh
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to