- This topic has 2 replies, 2 voices, and was last updated 4 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › find argument in array
I have an array (like digit=[“0″,”1″,”2″,”3″,”4″,”5″,”6″,”7″,”8″,”9”]) and I want to check if my value in this array (not by for- loop)/
how can I check this?
I try like “if(jackCode[i] in digit)” and its show me ERROR!
You can use .Has?
if digit.Has?(code)
Thank you!! Very helpfull