[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

get variables name



Hi

I like to know the name of a variable which is submitted as input to a
procedure

e.g

pro test,var
help,var
end

a=1
test,a

Is it possible to get inside test the information that test was called
with a.

R.Bauer