Ad Widget

Collapse

Possible to set default parameter values for User Parameters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aharris8
    Junior Member
    • Oct 2014
    • 1

    #1

    Possible to set default parameter values for User Parameters

    Title says it all.

    I'd like to set up a user parameter that looks for three parameters within the perl script that it calls. The script shifts from the @ARGV array for variable assignment from the given parameters. Is there a way to specify default values for parameters in the case that no parameters are given with the custom key at item creation? Or will the script have to deal with that kind of error handling?
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    The script has to take care of that.

    Comment

    Working...