improving the /Q flag

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.

Updates

#1 submitted by andyfaff on September 23, 2008 - 21:18
Assigned to:» andyfaff
Status:active» fixed
#2 submitted by Igor Pro User on October 7, 2008 - 21:45
Status:fixed» closed

Back to top