[Gambas-user] VB6 to Gambas Global arrays
R A Turney
raturney at ...159...
Mon Jul 17 04:24:47 CEST 2006
Never mind, I was mistaken. I don't need a global array, just one that
is visible to a single module or class. I was using the wrong syntax in
Gambas 1.0.11. I installed 1.9.33 and declared the arrays as Benoit had
suggested, i.e.
PUBLIC Graph AS NEW Float[200, 6]
One thing I had to adjust for was the fact that the array index begins
with "0" and I was converting a VB6 program that used "Option Base 1"
which makes the index start with "1". A very minor adjustment.
I have noticed that the Gambas program is very slow in its computation
compared to VB6. I am hoping that this is because it is interpreted
instead of compiled. I don't think I can make an executable in this
version. Is this correct?
Thanks,
-Bob
R A Turney wrote:
> Just like one of the other users, I need to declare a global array
> Graph[200,6] As Float for plotting graphs. I am converting a Visual
> Basic program and have had no problems until this. I am using version
> 1.0.11 of Gambas. I don't think the methods in the "Global array" post
> will work for the version I am using and also I need an array of Float
> not Byte. Is this possible for an array of Float type and do I have to
> upgrade to a different version of Gambas?
>
> Thank you,
> -Bob
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list