Thanks for that info Darrel.
Is there a reference somewhere that tells you what (if any) internal variables PBP uses for each command?
Thanks for that info Darrel.
Is there a reference somewhere that tells you what (if any) internal variables PBP uses for each command?
No, unfortunately.
Depending on how and where certain statements are used in the program, the actual system variables used might change. So there's really no way to make a "List".
You pretty much have to sift thru the .LST file to find out which vars are used. That includes following every CALL to other routines too. It can take a while.
PAUSE was easy though, it's pretty small, and only has 1 CALL.
Of course, you can take the easy route and just save them all to be sure. But then we're back to OXIMBIT's routine again.
<br>
DT
Kamikaze47 -
There's a little info about this HERE from Darrel. Look at post #9 on down. I guess it's out there if you have the time to dig through the files and look for them.
Wisdom is knowing what path to take next... Integrity is taking it.
Ryan Miller
Bookmarks