Are there edit limits on DECLARE GLOBAL?

John Esak john at valar.com
Sun Apr 25 19:59:18 PDT 2010


I, too, need to see all the code...  What shows here might be a couple
things.
But where are the declare globals and declare externs... And why not do the
final thing like this...

value="" {aa{Xvalue{ab { ""

And see if it produces anything.  I'm not sure, but I recall that uncast
vars default to a jl3ength of 256...  Your scneario of 200 a 25 character
string and a 7 character right justifited number... Doesn't max this out at
all.  Especially with the squish lefts in there... So I can't tell what's
happening without the full code and how the tables are called, etc. Then
I'll just try it and do whatever I can to debug it if it fails on any of my
systems.

John


 

> -----Original Message-----
> From: filepro-list-bounces+john=valar.com at lists.celestial.com 
> [mailto:filepro-list-bounces+john=valar.com at lists.celestial.co
m] On Behalf Of Kenneth Brody
> Sent: Sunday, April 25, 2010 9:04 PM
> To: Boaz Bezborodko
> Cc: filepro-list at lists.celestial.com
> Subject: Re: Are there edit limits on DECLARE GLOBAL?
> 
> 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
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 



More information about the Filepro-list mailing list