- Log in to post comments
User bio
404 bio not found
Member since
Posts:
Sean has not published any posts yet.
Replies:
Certifications & Credly badges:
Sean has no Certifications & Credly badges yet.
Followers:
Sean has no followers yet.
Following:
Sean has not followed anybody yet.
You can do something like this. It may not be perfect for your situation but it works.
set value = 1
If value'?.N{
// if it's not a number do something here
}
if value?.N{
//if it's a number do something else here.
}