[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR3 / MAXIMO - Cost Summary
- Subject: Re: SQR3 / MAXIMO - Cost Summary
- From: Ken Look <KWLook@AOL.COM>
- Date: Thu, 5 Nov 1998 20:10:55 EST
Mike,
You'd better check the use of $variables again. Who told you you MUST use
[ ]'s? That's wrong!! The brackets are for dynamic variables. The use of
$variables in where clauses without brackets is very common, the other using
&variables:
begin-procedure example
let $eqnum='value'
begin-select
description
from equipment
where eqnum = $eqnum
end-select
end-procedure
Ken Look
Look Consulting