seppe

5 Reputation

One Badge

6 years, 277 days

MaplePrimes Activity


These are questions asked by seppe

Hi,

I am looking for a function which gives me the name of a variable. Something like NameOf :

-------------------

x:=1;

y:=Array(1..2);

NameOf(x);

"x"

Nameof(y);

"y"

-----------------------------------

It must be standard but I am very new to Maple...

Thanks,

 

 

Page 1 of 1