List Info

Thread: questions




questions
country flaguser name
United States
2008-03-17 15:31:53

I just built an ARRAY [ANY] and put INTEGERs into it. I can access the
integers with

a: ANY
a := array.item (i)

but I can't seem to get them back into an integer as in:

int: INTEGER
int := array.item (i) -- non conforming
int ?= array.item (i) -- assignment attemp on expanded argument

what now?

jjj

__._,_.___
.

__,_._,___
RE: questions
user name
2008-03-17 15:37:01

> int: INTEGER
> int := array.item (i) -- non conforming
> int ?= array.item (i) -- assignment attemp on expanded argument

The last line is actually a warning, not an error. It is because in the past
it was not accepted at compile time, so we made it a warning in case it was
not an oversight in your code.

Regards,
Manu

__._,_.___
.

__,_._,___
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )