-
Hi, I was trying to call a Binding "test" and advance its functionallity by evaluating its arguments. Below you can see the code i was using:
The problem that is occuring is that although my debugger tells me that argument equals "test" or "help" the if statement does not become true... I guess there is some kind of problem comparing strings. Did you find a way around this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
pr2zi
Feb 24, 2023
Replies: 1 comment
-
My bad, I tried to compare an array of chars to a real string which cant work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pr2zi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad, I tried to compare an array of chars to a real string which cant work.