[Gambas-user] IDE problems

nando nando_f at ...951...
Sun May 22 03:18:12 CEST 2005


Trying many things...it appears that the 
order of DIMing local variables makes a difference

DIMing strings after the Integers appears to help.
This is true when the strings contain wield ASC values.

-Fernando


---------- Original Message -----------
From: "nando" <nando_f at ...951...>
To: gambas-user at lists.sourceforge.net
Sent: Sat, 21 May 2005 21:08:56 -0400
Subject: [Gambas-user] IDE problems

> I have encountered problems in the IDE.
> 
> 1) in the LOCAL tab of the Project Window
> I have a few variables of which one
> local Integer variable is:
> 
> The NAME column shows 'counter'
> The Value column shows '=21'
> 
> -----------
> Question...
> The equal sign comes from where?
> -----------
> 
> 2) I have a global string 's'
>   It is supposed to have all kinds of characters in it
>   including ASC values less than 32
> 
> In the CONSOLE...
> 
> if I ?len(s) I get zero (even though I know it is assigned)
> if I ?Mid$(s,1,1) I get the first letter correctly returned,
> and then immediately the LOCAL tab of the Project Windows changes
> the value of another Local variable:
> 
> NAME = msg_num  (an integer variable)
> 
> VALUE = ERROR:21
> 
> -------------------
> Question..
> What is ERROR 21?
> -------------------
> 
> Then when I press F8 to single step,
> 
> The CONSOLE windows shows the FORM.Subroutine.Line number 
> and not the Project window.
> 
> I can compile and make an executable.
> 
> I'm really confused with the IDE bugs.
> 
> Any ideas how these happen ?
> 
> -Fernando
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list