cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

new custom function() parameter types

I'm loving new custom function in JMP 14.  It's real useful.  There are some things I'd like to see added to it.  

Parameter and Result Type, currently only allow "Any, Name, Number, String, List, Matrix, RowState". 

I'd love it if it could be any existing data type, 

data table, Expression, function(for wrappers), class(for custructors), associative array, 

 

 

1 Comment
jthi
Super User

Came across this immediately when I started creating Custom Functions. More parameter and result types are definitely needed to make Custom Functions more usable. I would even like to be able to define what my lists are allowed to contains List(Any), List(String|Number), and so on...