How to store the current filename as entries in a new variable
Let's imagine we open cities.jmp. How could I get the name (pun intended) of 'cities' as entries for a new variable, say "MY_NAME". So, the variable-to-be "MY_NAME" contains multiple instances of 'cities'. By nature, it has to be character, and "MY_NAME" is not a variable, but a constant. Anyway, any idea how do do this? I know there's a file function. GET NAME. But, I haven't made it so far to ...