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
; in v1.1, true,false,A_PtrSize,A_IsUnicode,A_Index,A_EventInfo,
; SOMETIMES return strings due to certain optimizations. Since it
; is just 'SOMETIMES', numerify to be consistent w/ v2.0-a
else if (val == "true" || val == "false")
val := %value% + 0
Shouldn't %value% be %val%? This line caused an execution error for me in AHKv2
The text was updated successfully, but these errors were encountered:
Jxon_Load:
Shouldn't
%value%
be%val%
? This line caused an execution error for me in AHKv2The text was updated successfully, but these errors were encountered: