cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

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