
Partner - Specialist
2013-12-16
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,138 Views
1 Solution
Accepted Solutions

MVP
2013-12-16
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1,039 Views
2 Replies

MVP
2013-12-16
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try:
Isnum()/ istext()
1,040 Views

Partner - Specialist
2013-12-16
05:57 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks tresesco .
Isnum() is perfect
1,039 Views
