Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted (edited)

Is it true that the evaluate function does not work inside a custom function?

Edited by Guest
Posted

David is right, but what you have to remember is that it should be used with restraint, multiple iterations are going to stress the processor quite a bit.

Q. How does the Evaluate() function perform compared to other functions…if is slower, why?

A. Have to parse it…can be more expensive, but take some parsing time…great to be able to use it but it may be more expensive. (CC)

...from: http://fmcollective.com/2007/08/09/devcon-2007-closing-session/#comment-559

--sd

Posted

Thanks for the quick answer. In the meantime I discovered I can achieve what I want with GetField(). I must have been doing something wrong in my efforts with Evaluate.

Posted

Could it be this:

Evaluate(TextField) returns 4 when TextField contains 2 + 2.

Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2.

--sd

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