Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

val true/false conversion #11

Open
egocarib opened this issue Oct 15, 2017 · 0 comments · May be fixed by #16
Open

val true/false conversion #11

egocarib opened this issue Oct 15, 2017 · 0 comments · May be fixed by #16

Comments

@egocarib
Copy link

egocarib commented Oct 15, 2017

Jxon_Load:

; 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

@G33kDude G33kDude linked a pull request Jul 7, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant