July 23, 200817 yr 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
July 24, 200817 yr 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 )
Create an account or sign in to comment