Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CALL Absolute

Status
Not open for further replies.

Gunblade

Programmer
Dec 28, 2002
2
GB
hey,
this is my first post here, but ive trying to fix this problem for ages.
what it is, is that the command:
CALL Absolute (something, something)
doesnt seem to compile,
in my compiler (QBasic 7.1), it says: Subprogram not defined,
(this also happened with my other compilers, QB1.1 and 4.5.
i couldnt find any way to resolve it in the help files included.
can anyone help me to fix this problem?

thanks in advance :)
Gunblade
 
wow, it works :)
thanks a lot m8

oh, what does the command /L do (i'd like to know :p)

thanks,
Gunblade
 
the command /L will load whatever library you have typed after it. say i wanted to run future library i would run qbasic like
qbx /Lfuture
but when you just use /L it loads up a library that was made by the people who made qbasic (microsoft)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top