Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Main forum
»
Bug Reports
»
vers. 16.252 Debug String array incorrect display
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: vers. 16.252 Debug String array incorrect display (Read 642 times)
Qedo
Dr. Type
Posts: 296
to program what I have todo how should I program?
vers. 16.252 Debug String array incorrect display
«
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"
Logged
Qedo
Dr. Type
Posts: 296
to program what I have todo how should I program?
Re: vers. 16.252 Debug String array incorrect display
«
Reply #1 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
Logged
spacefractal
Community Developer
Prof. Inline
Posts: 3932
Re: vers. 16.252 Debug String array incorrect display
«
Reply #2 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
Logged
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation and The beagle Jam.
Qedo
Dr. Type
Posts: 296
to program what I have todo how should I program?
Re: vers. 16.252 Debug String array incorrect display
«
Reply #3 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
Logged
spacefractal
Community Developer
Prof. Inline
Posts: 3932
Re: vers. 16.252 Debug String array incorrect display
«
Reply #4 on:
2020-Apr-22 »
please recheck with 16.507. got a update today as official, not a beta on steam.
Logged
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation and The beagle Jam.
Qedo
Dr. Type
Posts: 296
to program what I have todo how should I program?
Re: vers. 16.252 Debug String array incorrect display
«
Reply #5 on:
2020-Apr-22 »
Don't find it on Steam. how should i do?
«
Last Edit: 2020-Apr-22 by Qedo
»
Logged
spacefractal
Community Developer
Prof. Inline
Posts: 3932
Re: vers. 16.252 Debug String array incorrect display
«
Reply #6 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.
«
Last Edit: 2020-Apr-22 by spacefractal
»
Logged
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation and The beagle Jam.
Qedo
Dr. Type
Posts: 296
to program what I have todo how should I program?
Re: vers. 16.252 Debug String array incorrect display
«
Reply #7 on:
2020-Apr-25 »
with ves. 16.508 checked and OK
Great
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Main forum
»
Bug Reports
»
vers. 16.252 Debug String array incorrect display