comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » execute problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: execute problem [message #8004 is a reply to message #7956] Sun, 02 February 1997 00:00 Go to previous messageGo to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
In article <5cvbot$r2@jungle.deceiver.org>, alpha@jungle.deceiver.org (HSR Sys-Admin) writes:
|>
|> struct={ tagname: fltarr(10,20) }
|>
|> print,struct.tagname(*,12:15)
|>
|> Can you programm this ?
|>
|> print,struct.(1)....?????
|>
|>
|> this is the real problem with it i think.... and when you solved it,
|> compare the speed of your routine with the one execute you need for
|> it in the simple case...
|>

Well, "struct.(0)" *should* be equivalent to "struct.tagname", so
why not try it - works for me:

IDL> struct={ tagname: fltarr(10,20) }
IDL> help,struct.(0)(*,12:15)
<Expression> FLOAT = Array(10, 4)

Stein Vidar
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Hey! Pssst! Wanna see something wierd?
Next Topic: S: catching the output of help,/mem into variable-programm ???

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Mar 26 06:36:20 PDT 2026

Total time taken to generate the page: 2.00465 seconds