Search found 1 match
- Tue Feb 17, 2026 6:24 pm
- Forum: QBasic / QuickBasic related
- Topic: QBasic function with optional arguments
- Replies: 2
- Views: 1087
Re: QBasic function with optional arguments
Passing a variable number of parameters can be done. BUT NOT in standard QuickBasic! You'll have to do some extra programming yourself. I once wrote an input function that was relying on more than one parameter to control how the input was to be treated for being valable. These parameters were not a...