Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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.

Posted

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.

Posted

Try this...

Create these field.

Values - Text

In the text Field put: a = 5; b=10

Result - Calculation

Let([a = Evaluate("Let( [" & Values & "]; a )");

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