QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: TempodiBasic on August 20, 2019, 04:50:56 pm
-
in the IDE QB64 1.3
the name of a variable is not adjusted as declared if you write it in plain
copy and past in Qb64ide to see if the array XyZvW is written right as argument of functions like UBOUND or LEN.
Ridimensiona
Ridimensiona
Ridimensiona
this is different from old QB45 [ This attachment cannot be displayed inline in 'Print Page' view ]
-
Tempo, it all works perfectly if you add a statement on top:
DIM SHARED XyZvW(10)
Edit: No it doesn't now. What happened? Have to play with this some more.
-
I believe this problem was pointed to once before. It does not interfere with the way the code functions.
-
It’s a long standing issue with QB64. It doesn’t affect anything but the cosmetics of the program, so it’s not a large priority issue to fix. ;)
-
Old known bug, but used to only affect UBOUND and LBOUND https://github.com/Galleondragon/qb64/issues/11
-
Hi friends
it seems that I arrive late to this point....
yes the problem is more estetich than of other nature...
it is related to the feature of QB64 to modify every name of a variable into text of code.
This not happen for the names that are in parenthesis of Ubound Lbound and it seems also LEN
Thanks for feedbacks