Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mohamed_ahid
Partner - Specialist

How to Know if a value is integer or string ?

Hi All,

how can i do that ?

Exemple:

'ABCDEF'  is String

'123487' is integer

Thanks

1 Solution

Accepted Solutions
tresesco
MVP

Try:

Isnum()/ istext()

View solution in original post

2 Replies
tresesco
MVP

Try:

Isnum()/ istext()

mohamed_ahid
Partner - Specialist
Author

Thanks tresesco .

Isnum() is perfect