[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
get variables name
- Subject: get variables name
- From: "R.Bauer" <R.Bauer(at)fz-juelich.de>
- Date: Wed, 05 Apr 2000 10:03:26 +0200
- Newsgroups: comp.lang.idl-pvwave
- Organization: Forschungszentrum Juelich GmbH
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:19138
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