March 17, 200421 yr 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.
March 17, 200421 yr Set the parameters where you cfall the script--either from a UI device or from within ScriptMaker. Steven
March 17, 200421 yr Author 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.
March 18, 200421 yr Try this... Create these field. Values - Text In the text Field put: a = 5; b=10 Result - Calculation Let([a = Evaluate("Let( [" & Values & "]; a )");
Create an account or sign in to comment