In Universe...

You could:
SELECT FILE WITH NAME = "<<ENTER NAME>>]"
or include it in what the user enters for example "[JONES]"

Quitting when no records: I uses GO but I think that there is a gosub.

TEST.SELECT
0001 PA
0002 SELECT PD WITH @ID = "XX"
0003 IF @SELECTED > 1 THEN GO BEYOND
0004 GO END
0005 BEYOND:
0006 DISPLAY BEYOND
0007 END:


On 8/31/06, Ralph Burton <[EMAIL PROTECTED]> wrote:
Hi,

 * How do I do a wild card with angle brackets?
 SELECT FILE WITH NAME = <<ENTER NAME>>
 not sure how to get it to do a wild card select?


* How do I check a SELECT ?
I tried the REQUIRE.SELECT which works...
 But if it doesn't find anything it just continues on to the next line...
 Any way to check to see if the Select was successful and if not to exit?


 * CONTINUATION CHARACTER
 In Universe it was an underscore...   anything in Unidata?

 Thanks,
 Ralph



---------------------------------
How low will we go? Check out Yahoo! Messengers low  PC-to-Phone call rates.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/



--
john
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to