Are there edit limits on DECLARE GLOBAL?

Kenneth Brody kenbrody at spamcop.net
Sun Apr 25 18:04:16 PDT 2010


On 4/25/2010 12:28 PM, Boaz Bezborodko wrote:
> I did try using a (200,*,g) and that didn't work in my processing, but
> (100,*,g) did work.
>
> Processing table 1:
> ::Declare Xvalue(200,*,g)
> ::Xvalue=<~25 character string>
>
> Precessing table 2:
> ::Declare Yvalue
> ::aa(10,*)=GETENV("USERNAME")
> ::ab(7,.0)=<some number>
> ::Yvalue=aa{Xvalue{ab
>
> If Xvalue is set to a length of 200 then Yvalue will equal 'aa{Xvalue
> and ab isn't part of it.
> If Xvalue is set to a length of 100 then Yvalue will equal the complete
> 'aa{Xvalue{ab
[...]

Can you give a complete example that "doesn't work"?

-- 
Kenneth Brody


More information about the Filepro-list mailing list