Noél Dubau Posted October 10, 2011 Posted October 10, 2011 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
epeeler Posted October 10, 2011 Posted October 10, 2011 If you are asking whether you can pass in values to a script as a variable then Yes, you can.
Noél Dubau Posted October 11, 2011 Author Posted October 11, 2011 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
epeeler Posted October 18, 2011 Posted October 18, 2011 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now