mysacramento Posted August 11, 2006 Share Posted August 11, 2006 To verify if a value is numeric (whole or fractional number) is better to use:string(number(@value)) != 'NaN'ornormalize-space(@value) != 'NaN'and why?Thanks. Link to comment Share on other sites More sharing options...
boen_robot Posted August 16, 2006 Share Posted August 16, 2006 How about boolean(number(@value)) Note: Without != 'NaN' and any of this. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now