DIMension syntax checking...

Kenneth Brody kenbrody at bestweb.net
Tue Feb 7 06:31:06 PST 2006


Quoting John Esak (Tue, 7 Feb 2006 01:38:09 -0500):
[...]
>      dim date2["3"]:bal(160);  dim pay ["3"]:bal(60)
[...]

(I assume you don't really have those quotes, as that would cause a
syntax error.)

A quick check in rcabe here shows that, given a lookup called "bal",

    dim nospace[3]:bal(160)
and
    dim yesspace [3]:bal(60)

compile exactly the same.  (With the obvious differences of the name
and the field to which they are aliased, of course.)

They both create a 3-item array aliased to the specified lookup field.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list