Jump to content
Server Maintenance This Week. ×

Report a bug


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

Recommended Posts

For somereason I found that Abs(T) returns 1 and TextToNum(T) returns 1 as well which is wrong. It should return empty.:??

But Abs(Any string except) or TextToNUm(Any string except)returns empty.

I think this is a FMP bug or do I miss any thing?

Thank you

Link to comment
Share on other sites

Why they set internally T = 1 = Y and F = 0 = N? In what case do we need it? And is this FMP things only?Right?

Unless there is a good reason, otherwise I can use the If statement to set T = 1 = Y or F = 0 = N for my specific case?

Example:

If Left(Text, 1) = "T" do something, etc...... or

If Left(Text, 1) = 1 do something, etc...... or

Thanks

Link to comment
Share on other sites

Thank you for the information. But I wonder why

Abs(A) returns empty but

Abs(T) returns 1. It is NOT CONSISTANT? Because A and T both are characters.

Do you think? If they want to catch boolean, then they should have another built in function instead of Abs such as BL(T) will returns 1, etc....

Thank you

Link to comment
Share on other sites

This topic is 8136 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.