3.0.2 BUG! ( maybee)

new topic     » topic index » view thread      » older message » newer message

I don't know if this one has been posted before...
sequence a,b,c,d

a = {} b = {} c = {} d = {}

a &= {}   b = append(b, {})  -- a = {}  b = {{}}
c &= 1    d = append(d, 1 )  -- c = {1} d = {1}


Whats wrong with 'a' ?

ps. I have a long algorythm with lots of &=, append, [$] stuff that
    aint workin'. I'll have to trace it to find out more.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu