【V2】the last V2 vision seems not include the new function “HotString()”

Report problems with documented functionality
MrBack
Posts: 4
Joined: 02 Mar 2018, 00:28

【V2】the last V2 vision seems not include the new function “HotString()”

02 Mar 2018, 01:45

【V2】the last V2 vision seems not include the new function “HotString()”
while I use the latest V2 version write a script which using a HotString() function, an error occurs like this

---------------------------
text.ahk
---------------------------
Error: Call to nonexistent function.

Specifically: hotstring(key,replacement)

Line#
002: key := "::wo"
003: replacement := "we open it"
---> 004: hotstring(key,replacement)
005: Return
006: Exit

The program will exit.
---------------------------
确定
---------------------------


a script sample like this:
#singleinstance force
key := "::wo"
replacement:="we open it"
hotstring(key,replacement)
return


Note:
I tried this in win7 win10, it just appears the same error

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 62 guests