AiKscroll
Joined: 06 Jun 2005 Posts: 179 Location: Northern Virginia
|
Posted: Wed Nov 15, 2006 9:42 pm Post subject: InStr Function skipping literal commas |
|
|
AHK seems to be skipping any `, commas and giving a blank parameter error message.
Use this code to see what I mean:
| Code: | var = abc,123
comma := InStr(var, `,)
msgbox, %comma% |
Output should be 4 but I get an error instead. _________________ _AiK |
|