I have a function which searches users by their e-mail. If a user is found, the function returns the userid. Otherwise it returns false.
How may I evaluate this userid which looks like 12202436120g1200069971 to true?
|
I have a function which searches users by their e-mail. If a user is found, the function returns the userid. Otherwise it returns false. How may I evaluate this userid which looks like |
|||||
|
|
|||||
|
|
If I understand correctly I'd do something like:
In ColdFusion 0 is false and any other number (negative or positive) is true. |
|||||
|