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 #8027 is a reply to message #7956] Fri, 31 January 1997 00:00 Go to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
In article <32F09DD4.794B@kfa-juelich.de>, "R. Bauer" <r.bauer@kfa-juelich.de> writes:

|> in idl 4.01 it's possible to execute a string with the length 625.
|> idl 3.61 gave the error that's the string is too long.
|>
|> There is no way in our case to seperate the string, because it's a
|> definition for a structure.

[..]

|> how could I solve the problem for idl 3.61?
|>

Take a look at the function CREATE_STRUCT()

You should be able to rewrite any structure definition into
a series of CREATE_STRUCT() statements, adding tag after
tag, i.e.,

struct = create_struct(struct,tagname,value)

I suspect it might be less efficient, in fact, since
it could lead to excessive copying as you build up the structure.

It should work, though.

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: Tue Dec 02 03:07:57 PST 2025

Total time taken to generate the page: 0.55896 seconds