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

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

Recommended Posts

Posted (edited)

Hi, The Scriptmaster file from 360 works seems a great tool but I am having trouble though with this one. I registered it by the copy and paste into the solution startup script with 5 options. However, some of the scripts that I want to use it on in the solution only have 4 options(ie more than the "show custom dialogue" script step allows (3). Whenever I enter 4 parameters, I get an error message "There are too few parameters in this function". If I set one of the parameters to "" (empty), there is an error message when the script runs.

Could I ask please, how can I have a variable number (3 4 or 5) of option buttons in this function?

Thank you Gary P

Edited by Guest
Posted

Hi Gary,

You will also need to modify the module code to include all your newly defined options.

Look for this line

options:[option1, option2]


and change to:


options:[option1, option2, option3, option4, option5]

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