And SUB parameters can be UDTs. Arrays too. And arrays of UDTs too.
Thanks for that tip! That was one thing that got me confused when returning to QB, QB64 ha some nice quirks and other functions I need to explore. I like this answer better.
Title: Re: FUNCTION SUB Passing Vars Revisited
Post by: Pete on December 12, 2018, 01:08:21 pm
One reason I prefer the CALL method. I program in Notepad a lot, and If I wanted to find my sub calls, I just did a universal search for "CALL" .