DLM structures passing [message #26473] |
Thu, 23 August 2001 08:30 |
Konrad Lang
Messages: 3 Registered: August 2001
|
Junior Member |
|
|
I try to pass a structure consisting of structures to a DLM and did not
find a way how to obtain the data from
the inner structures. What I have done can be found in the following:
IDL:
tt0= {a:0L, b:0.0}
tt1 = {a:1L, b:1.0}
rr0 = {c:0.0, d:0B}
rr1 = {c:0.1, d:1B}
tt = [tt0, tt1]
rr = [rr0, rr1]
test = {t1:tt, t2:rr}
mydlm, test
So, I have no idea about the data structure that will be passed to
the DLM mydlm with this call???
Thanks in advance for any helping comments ...
konrad
-------
ICQ#: 23489351
Lang Konrad Student of Computer Science in Salzburg, Austria
-------
At the source of every error which is blamed on the computer you will find
at least two human errors, including the error of blaming it on the computer.
|
|
|