On Sat, Apr 05, 2003 at 12:01:50PM -0500, Michael Senack wrote:

<snippage>

>    Is this possible using the Pause command?

Not sure.

>    Or could I get away using the Prompt command?

Following is a snippet of code using the prompt function:

@VALID_TOOL
//Validate tool numbers??

#VALID=1

prompt[TX="Validate tool numbers?\n
0. No\n
1. Yes",VN="VALID",LR=10,LC=15] 

WHILE(#VALID < >0, AND #VALID < >1)

#VALID=1

prompt[TX="Validate tool numbers?\n
0. No\n
1. Yes",VN="VALID",LR=10,LC=15] 

ENDW

IF(#VALID=0)
  GOTO(FILE_NAME)
ENDIF

Maybe you can hack that up to suit your needs?

Greetings,

Kelly

-- 
Kelly D. Grills
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to