Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6959 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello,

I am having trouble with trying to perform a find function to find all non-numeric in a text field. Example:

12aa78

65g

The number and letter can be anything.

Thanks in advance for your help.

Posted

I am not certain if this is an issue in version 6, but it is in 5.5. Using TextToNum with a text field containing a single character of 'y', 'n', 't', or 'f' (at least in the English version) will produce a false positive. In such cases, appending an "a" to the TextToNum parameter solves the problem. So

Length(TextToNum("a" & Text)) = Length(Text) and not IsEmpty(Text)

is a more reliable calculation.

Note that the false positive characters may vary, depending on language version.

This topic is 6959 days old. Please don't post here. Open a new topic instead.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.