lakeside Posted March 17, 2004 Posted March 17, 2004 I'm working through the examples of the Let() and Evaluate() functions. I understand the simple examples, but not the ones with the ScriptParameters. How do I specify the ScriptParameters? Do I need to run a script and capture those parameters first, or what? Thanks.
Steven H. Blackwell Posted March 17, 2004 Posted March 17, 2004 Set the parameters where you cfall the script--either from a UI device or from within ScriptMaker. Steven
lakeside Posted March 17, 2004 Author Posted March 17, 2004 I still don't get it. I'm looking for an example, and I can't make the example given in the Help documents work. The examples start out: ScriptParameter = "a = 5; b = 10" I wish I could do that like I can in PHP, but I don't see how. Are "a" and "b" fields? I don't think so, because I tried that. So they're variables, and I don't see how to set them. Can you give me an example? I'd like to start out bu setting them via UI device. Thank you.
Ocean West Posted March 18, 2004 Posted March 18, 2004 Try this... Create these field. Values - Text In the text Field put: a = 5; b=10 Result - Calculation Let([a = Evaluate("Let( [" & Values & "]; a )");
lakeside Posted March 18, 2004 Author Posted March 18, 2004 I see. That's a good start. Thank you very much.
Recommended Posts
This topic is 7816 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