Qbasicnews.com

Full Version: variables beeing used
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to know all the variables names being used at run time?
Fumador

It's a long long time since I used this, but
if you are compiling within the environment
enable the Browse option.
You may have to play with the settings to get the result you need.
Correct me if I'm wrong but I don't think I am. The names that you used in Qbasic are gone when you compile the code, all you'll be left with are pointer.
Wallace

You are correct. Just load an .obj file into your editor (if it will load binary files) and see how many names you recognise.
Quoted strings and SubRoutine names is all that survives.

That is why I suggested the Browser, but I cant remember if the variables as well as the labels are referenced.