the first 2 things in the output must be like this
“The Number Is equal to 1 or 2, Number = 1”
“The Number Is equal to 1 or 2, Number = 2”
and the rest:
"The Number Is bigger then 2, Number = number "
IDs (table)
the first 2 things in the output must be like this
“The Number Is equal to 1 or 2, Number = 1”
“The Number Is equal to 1 or 2, Number = 2”
and the rest:
"The Number Is bigger then 2, Number = number "
IDs (table)
You can’t put
Number == 1 or 2
instead, you should do
Number == 1 or Number == 2
Oh Yeah, thanks! i learned a new thing (:
No problem man! Glad I was able to help!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.