Opened 18 years ago

Last modified 14 years ago

#112 closed defect (fixed)

'cat' command has a bug

Reported by: miguel.prada.sarasola Owned by: miguel.prada.sarasola
Priority: critical Milestone:
Component: Version:
Keywords: Cc: miguel.prada.sarasola, adrpo

Description

See comment.

Change History (2)

comment:1 Changed 18 years ago by miguel.prada.sarasola

I've noticed that the 'cat' command only works when the sizes of the arrays to
concatenate are the same on every dimension, not just the one that must match to
allow concatenation.

"cat(1,{1,2},{3,4})" works, but "cat(1,{1,2},{3,4,5})" doesn't.

Please contact if there's any way to go around this, because I need this
operator so badly. I need the possibility to add single elements to one
dimensional arrays at run-time.

Thanks.

comment:2 Changed 14 years ago by sjoelund.se

Fixed in trunk r5899

Note: See TracTickets for help on using tickets.