Baylah Posted July 23, 2008 Posted July 23, 2008 Hey everyone, I know I have seen this done but I can;t find the sample file. Can anyone show the proper syntax for multiple set fields in one calculation? I am trying to learn how to tighten up mt scripts. Can the same thing be done with Set Variable? Thanks, Steve
Fitch Posted July 24, 2008 Posted July 24, 2008 You can only use Set Field on one field at a time. Multiple variables, however, can be set using a Let statement: Let( [ $name = "Steve" ; $city = "Phoenix" ] ; "OK" // result can be empty or an expression )
Recommended Posts
This topic is 6026 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