Andrew: > Some functions have parameters with a leading or trailing comma, what > relevance does this have please?
There is always exactly one comma inside the brackets to make it easier to parse. The call always uses two parameters but one or the other or both may be undefined (empty in the .iface file) and 0 should be passed for those parameters. This is based on Windows messaging. There is a weak convention dating back to 16 bit Windows that pointer values go into the second parameter. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
