Recently I have been getting a crash in the IDE when I click on the Run button.
It is intermittent and I have not been able to isolate it any further.
See attached pic.
rev r6340
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.12.18-pclos2
Architecture=x86
Distribution=PCLinuxOS
Desktop=L
Le 23/06/2014 18:12, Rezedent12 . a écrit :
> Is it possible to dynamic multi-dimensional arrays?
>
> Static multi-dimensional array may declare Ps As New Integer [10,100]
>
> Dynamic dimensional possibly Ps As New Integer []
>
> How to declare a dynamic multidimensional array? I tried Ps As New In
On Mon, 23 Jun 2014, Rezedent12 . wrote:
> Is it possible to dynamic multi-dimensional arrays?
>
> Static multi-dimensional array may declare Ps As New Integer [10,100]
>
> Dynamic dimensional possibly Ps As New Integer []
>
> How to declare a dynamic multidimensional array? I tried Ps As New In
Is it possible to dynamic multi-dimensional arrays?
Static multi-dimensional array may declare Ps As New Integer [10,100]
Dynamic dimensional possibly Ps As New Integer []
How to declare a dynamic multidimensional array? I tried Ps As New Integer
[,] but it is not syntactically correct. I decide
Comment #2 on issue 530 by arif_rah...@ymail.com: Bottom part of Target
distribution dialog box is missing
http://code.google.com/p/gambas/issues/detail?id=530
Thanks. That worked.
--
You received this message because this project is configured to send all
issue notifications to this addres