[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



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