improving the /Q flag
Posted September 22nd, 2008 by awirsing
| Project: | SOCKIT - speaking and listening to TCP/IP network sockets using IGOR Pro |
| Version: | IGOR.5.00.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | andyfaff |
| Status: | closed |
Description
One more feature request:
It would be nice if the /Q flag could be changed to /Q=q.
In the help file:
Flags
/Q=q
q=0: silent mode: received messages are NOT printed in the history (same as no /Q).
q=1: verbose mode: received messages are printed in the history (same as just /Q).
This would make debugging much easier. One could for example write:
function(debugMode) variable debugMode SOCKITopenConnection/Q=debugMode ...
Any existing code should work further on.
