[Gambas-user] Can someone explain why this works?
Benoît Minisini
gambas at ...1...
Thu May 5 19:18:02 CEST 2011
> Benoit,
>
> Can you explain why this works and the reasoning behind it?
> I would think there would be dimension issues on some lines
>
>
> DIM i AS Integer, Text AS String[4, 4, 4, 4]
>
> Text = ["Just", "test"] '<--how to load Text with multi-dimension
> text
>
> FOR i = 0 TO Text.Max
> PRINT Text[i] '<--why does this not show bad dimensions
> error? NEXT
>
>
> -Fernando
>
Mmm, it shouldn't. It should raise an error instead. It's a bug.
--
Benoît Minisini
More information about the User
mailing list