GLBasic forum

Main forum => Bug Reports => Topic started by: Qedo on 2020-Apr-18

Title: vers. 16.252 Debug String array incorrect display
Post by: Qedo on 2020-Apr-18
why in Debug with vers. 16.252 I see the following wrong status?
The problem seems only with arrays of strings.
Ciao

LOCAL d$[];DIM d$[5]
d$[0]="1";d$[1]="2";d$[2]="3";d$[3]="4";d$[4]="5"

Title: Re: vers. 16.252 Debug String array incorrect display
Post by: Qedo on 2020-Apr-22
sorry if I insist but this bug is really boring and it constantly forces me to use the DEBUG command to query the contents of the arrays of strings.
Do you also have the same problem?
Ciao
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: spacefractal on 2020-Apr-22
yoy might need a example so we can check it. its does look odd, but you could also debug them on screen using print
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: Qedo on 2020-Apr-22
The example (2 lines) was in my first post:

LOCAL d$[];DIM d$[5]
d$[0]="1";d$[1]="2";d$[2]="3";d$[3]="4";d$[4]="5"
END

Run it in debug mode, breakpoint on END line and see in the debug window the text array.
Thank you
Ciao
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: spacefractal on 2020-Apr-22
please recheck with 16.507. got a update today as official, not a beta on steam.
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: Qedo on 2020-Apr-22
Don't find it on Steam. how should i do?
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: spacefractal on 2020-Apr-22
im througt Gernot enabled ts as a official version, but still a beta (im not change beta to official by my self, only Gernot can do that). Just enable the beta here:
https://www.glbasic.com/forum/index.php?topic=11391.0

Its was in the log news when checked in this morning. Lastest update was from Gernot.
Title: Re: vers. 16.252 Debug String array incorrect display
Post by: Qedo on 2020-Apr-25
with ves. 16.508 checked and OK
Great