You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WS_Exec()/WS_Eval(): Better handling of errors. Moved printf() style functionality to codef().
codef(): New function to printf() style formatting of code.
ws4ahk has been updated v0.13, which adds some missing error handling, and a few comments improvements/corrections.
3
+
ws4ahk v0.20
4
+
5
+
-`WS_Exec()`/`WS_Eval()`: Better handling of errors.
6
+
Removed printf() style functionality, moved to codef() function.
7
+
Removed leftover Clipboard debug.
8
+
-`codef()`: New function to handle `printf()` style formatting of code.
9
+
Also fixes the bug if in hex mode.
10
+
11
+
Note that if you are using the printf style in `WS_Exec` or `WS_Eval` (I doubt anyone is), you will need to slightly modify your code to use the new `codef()` function.
Copy file name to clipboardExpand all lines: doc.bat
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
SETVER=0.13
1
+
SETVER=0.20
2
2
3
3
robodoc-4-99-36.exe --rc ws.rc --documenttitle "Windows Scripting for Autohotkey v%VER% Public API" --doc "Windows Scripting for Autohotkey v%VER% Public API"
0 commit comments