cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
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