normanicus Posted January 17, 2008 Posted January 17, 2008 (edited) Is it true that the evaluate function does not work inside a custom function? Edited January 17, 2008 by Guest
Søren Dyhr Posted January 17, 2008 Posted January 17, 2008 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
normanicus Posted January 17, 2008 Author Posted January 17, 2008 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.
Søren Dyhr Posted January 18, 2008 Posted January 18, 2008 Could it be this: Evaluate(TextField) returns 4 when TextField contains 2 + 2. Evaluate("textfield") returns 2 + 2 when textfield contains 2 + 2. --sd
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now