Bernie :

>>
About the difference between a simple command file and a procedure file:
Say scram.asc is

-- scram.asc
SET VAR x TEXT = 'x'
PAUSE 2 USING 'Hi There!'
OUT savex.txt
WRITE .x
OUT screen
RETURN

Then scram.asc is a simple command file.  It can be executed with either
RUN
scram.asc or QUIT TO scram.asx.

CODELOCK 1 scram.app scram.bak scram.apx
<<

Thanks to your explanations, I becomes more clear ...
I never used codelock like that, and syntax RUN scram.apx and QUIT TO
scram.apx is new for me !!!

I use this new knowledge in my app ... and there is a new problem :

QUIT TO MyApp.apx

return OK the first time I enter RBW, but don't when I rerun : I get
message :
'Unrecognized command - retype it (40)'

To make it work again, I have to exit and rerun RBW

RUN MyApp.apx works OK in all cases.

I use standard setting and never change them ...


J.M. GRATIAS, Logimatique, France

Reply via email to