Re: [Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-14 Thread gambas
Updates: Status: Fixed Comment #4 on issue 336 by benoit.m...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 Fixed in revision #5237. The array conversion now correctly preserves the dimensions. ---

Re: [Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-12 Thread gambas
Updates: Status: Accepted Comment #3 on issue 336 by benoit.m...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 Not really, as the compiler does not always know the datatype of expressions at compile time. I prefer to keep the imp

Re: [Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-12 Thread gambas
Comment #2 on issue 336 by jussi.la...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 If the conversion is done, then it should be complete. IE, dimensions should be preserved. But I think passing array of different type is usually done by

Re: [Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-12 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 336 by benoit.m...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 Arrays are automatically converted from one type to another type. But the conver

[Gambas-user] Issue 336 in gambas: Missing error message with 2D arrays

2012-10-04 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 336 by jussi.la...@gmail.com: Missing error message with 2D arrays http://code.google.com/p/gambas/issues/detail?id=336 1) Describe the problem. Missing error message when