RE: help with JScript example

2012-12-22 Thread martin webster
Hi Chip, Sorry, JScript does not except the ",,, true) "comma construct for passing empty parameters. If I attempt to pass parameters in this way I will get a syntax error at column 85. This is because to declare an empty parameter you have to first make it known to the JScript interpreter and g

RE: help with JScript example

2012-12-22 Thread Chip Orange
Hi Martin, While I don't know Jscript at all, I suspect the problem is your use of p1 and p2 when calling the RegisterHotKey method. I don't know what the significance of the brackets is, but in this case you don't want any parameters passed in the third and forth places at all (just add commas e