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

Re: Array name as parameter



Bruce,

Arrays, no matter whether declared (created) in open code or in a
'local' procedure, have a global scope in SQR. So like it or not, you
can reference any array from anywhere!

SQR's implementation of local variables is not exactly exemplary. Don't
try writing recursive procedures, since there is only a single static
instance of the variable for all calls to the procedure!

Frank Hanny