[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: can I change the value of a bind &variable



Hi!!

 I am not sure but you could try to use MOVE instead of LET like this:

move '1' to &A.STEP
instead of
LET &A.Step = '1'

Hope this helps.

Charu




dlogiudice@PINE.VPCC.SUNYSB.EDU on 09/21/98 02:22:51 PM

Please respond to SQR-USERS@USA.NET

To:   SQR-USERS@list.iex.net
cc:    (bcc: C. Srinivas/dsisys/US)
Subject:  can I change the value of a bind &variable




The bind variable &A.STEP has the value that was retrieved
I want to make equal to '1'.

I get an error with this statement. Is there a way I can do
this. Other than putting it in another variable.

&A.STEP = '1'