Qbasicnews.com
Calling functions - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-11.html)
+--- Thread: Calling functions (/thread-296.html)



Calling functions - Staxozero - 02-27-2003

ok heres the deal im using a libary and i know its working because all the subs are working but i want to youse the load bmp one but its a function and has % at the end of the name (CSloadbmp%) and i want to know how to call it?


Calling functions - Agamemnus - 02-27-2003

var% = loadbmp%(parameters) ?