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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

string - or function

In a code, the coding for the expression handling was wrong and produced a surprising result.

I reduced it to an interaction between "x()" [inside Variables (x(:column))] and a variable x.

 

an example:

x= "hello";
type(x); // -> string
X(5) // -> "hello"

 

After defining a variable x, I can use it as a function x(...) - with an arbitrary argument
...  and JMP will return the content of x.

 

somehow the inverse of 

col << rerun formula;
// short for 
col << rerun formula();

 

https://www.jmp.com/support/help/en/17.1/?os=win&source=application#page/jmp/rules-for-resolving-nam... 

hogi_0-1769601568555.png

0 REPLIES 0

Recommended Articles