Hi,
I get a "Error: HotKeys/Hotstrings are not allowed inside functions" from both of the following cases:
Code:
testFunction1()
{
// test::for hotkey detection
}
testFunction2()
{
localstring := "test::for hotkey detection"
}
This works fine, however:
Code:
testFunction3()
{
/*
test::for hotkey detection
*/
}
Ant.
EDIT: actually it looks like its not possible to set a variable to a value that contains :: anywhere in a script.
EDIT 2: though this, and testFunction2 above, can be worked around, eg:
Code:
c = use Win32:
c = %c%:OLE;`n