October 10, 201114 yr 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
October 10, 201114 yr If you are asking whether you can pass in values to a script as a variable then Yes, you can.
October 11, 201114 yr Author 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
October 18, 201114 yr 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.
Create an account or sign in to comment