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

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

Recommended Posts

Posted

Hello,

Excuse my approximate English and the repetition if the subject was treated before.

To cross parameters in a Scriptmaster script I know how to use fields from FileMaker; my question is to know if we can cross variables $xx or $$yy

Thank you for your answer

Posted

Suppose a scriptmaster function with 2 parameters : TheFunction (param1;param2).

Actually I have create in FileMaker 2 global fields for_param1 and for_param2 ; before calling TheFunction, in my FileMaker script I have 2 lines Define (param1; something) and Define(param2: otherthing).

My question was : instead of these fields can I have a Define variable ($param1;something) and Define variable ($param2;something)... and how include the resut in the ScriptMaster script...

Thanks

Posted

You can pass the parameters in whatever form you want and it is entirely up to you how they are handled. Scripts translate multiple input parameters in a return-separated list so that's how you should look to handle them within a particular script.

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