cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

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...