cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
mat-ski
Level III

How to tell if an optional argument that could be an Associative Array is missing

As noted in the title, if I have a function that takes some argument that could be an Associative Array:

 

someFunc = Function( {arg1}, [...] )

 

And the argument is optional, how to I check `Is Missing`? When I try to use Is Missing in cases where the value does turn out to be an Associative Array I get the error "argument should be numeric in access or evaluation of 'Is Missing' , Is Missing/*###*/(aa)"

1 ACCEPTED SOLUTION

Accepted Solutions
mat-ski
Level III

Re: How to tell if an optional argument that could be an Associative Array is missing

err I was one search away... I just saw that Is Associative Array exists

View solution in original post

1 REPLY 1
mat-ski
Level III

Re: How to tell if an optional argument that could be an Associative Array is missing

err I was one search away... I just saw that Is Associative Array exists

Recommended Articles