[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: dynamic variables question
- Subject: Re: dynamic variables question
- From: Steffon Johnson <SJohn22151@AOL.COM>
- Date: Tue, 28 Jul 1998 15:28:44 EDT
It appears that the variable [$test_var] is not valid. That is, the error
reads:
....
(SQR 4000) Result #variable or $variable or '=' missing in
....
which suggests that the brackets [] (although I've not seen version 4.x, yet)
are not valid. The SQR 4000 error message is too general to provide you with
enough information for debugging. Try the following:
let $some_variable = edit(#some_variable, '99999999999') ! 4th
instead of:
let [$test_var] = edit(#some_variable, '99999999999') ! 4th
HTH
Steffon