Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
variables beeing used
#1
how to know all the variables names being used at run time?
Reply
#2
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.
t is the End result that matters, not the Tools used to get there.
Reply
#3
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.
f you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows.
Reply
#4
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.
t is the End result that matters, not the Tools used to get there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)