1. Win32lib docs question
- Posted by doncole2009 Apr 15, 2009
- 1073 views
Hello All,
I don't understand the win32lib docs.
Maybe someone can help.
This is from index.htm the docs for win32lib.ew
In the Events section it says,
"sequence parms This is zero of more parameters that are specific to the type of event being triggered."
Looking at this a little closer.
sequence parmsthis is the definition of sequence parms
This is zero of more parameters What does this mean ???
that are specific to the type of event being triggered I understand this.
Thanks in advance,
Don Cole
A Bug is an un-documented feature. A Feature is a documented Bug.
2. Re: Win32lib docs question
- Posted by mattlewis (admin) Apr 15, 2009
- 1095 views
- Last edited Apr 16, 2009
sequence parmsthis is the definition of sequence parms
This is zero of more parameters What does this mean ???
I think it's a typo for "zero or more parameters." In other words, any parameters for the event will be put into that sequence.
Matt
3. Re: Win32lib docs question
- Posted by doncole2009 Apr 15, 2009
- 1103 views
- Last edited Apr 16, 2009
Thanks Matt,
I was wondering about that.
Don Cole A Bug is an un-documentedfeature. A Feature is a documented Bug.