Qbasicnews.com
"ByRef" - 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: "ByRef" (/thread-4397.html)



"ByRef" - HQSneaker - 07-31-2004

Is there some kind of ByRef(VB) statement in QB? Because it does know "ByVal".


"ByRef" - na_th_an - 07-31-2004

In QB, all parameters are BYREF unless you especify BYVAL, so no need for one Smile


"ByRef" - HQSneaker - 08-01-2004

Ah, ok then Smile Thanks