Announcement

Collapse
No announcement yet.

FunctionParameter setDefault

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FunctionParameter setDefault

    Is there any way to not show the default values of the FunctionParameter setting in the Edit Studies dialog ? I want to set the default, but not display it...
    Thanks-
    Jennifer

  • #2
    Jennifer
    You could set the default as fpX.setDefault(""); and then in main you would have if(variable==null)variable=10;
    This way the default is applied but does not show in Edit Studies.
    Alex

    Comment

    Working...
    X