You can use your SUB to print variable values of one type only. To pass the values to the SUB, change the variable call name in subsequent SUB calls.
You can't pass different values like SINGLE and INTEGER though. Just one type.
|
| Response Title | Author and Date |
| Re: What is erh doing? That is the error handler. Call the SUB there. | Docfxit on Dec 11 |
| SHARED is not working correctly in QB64 | on Dec 11 |
| Re: SHARED is not working correctly in QB64 | Docfxit on Dec 12 |
| You can't call a Function like a SUB | on Dec 12 |