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

Home » Public Forums » archive » Re: Can an object's structure be redifined without restarting IDL
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: Can an object's structure be redifined without restarting IDL [message #16135 is a reply to message #16134] Fri, 02 July 1999 00:00 Go to previous messageGo to previous message
Frank Morgan is currently offline  Frank Morgan
Messages: 3
Registered: June 1999
Junior Member
If you're working interactively at top-level you can delete the structure
and recreate it from scratch with new fields - like:

x = {a:0, b:2.0}
delvar, x
x = {a:0, b:2.0, c:5.2}

This avoids the data structure conflict. You can't use delvar in procedures
though.


gabriel rodriguez ibeas wrote:

> Hi everybody.
>
> The problem I have, specially when working with a new object is tha if I
> have to add a new field to it's structure, or change its name, IDL will
> issue a error having to do with 'conflicting data structures' or
> something.
>
> I think something similar occurs with COMMON blocks.
>
> Is there any way to tell IDL to forget about all user defined objecs or
> common blocks without restarting it?
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: EVENT_FUNCS
Next Topic: Re: IDL sites on WWW

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

Current Time: Wed Oct 08 17:52:28 PDT 2025

Total time taken to generate the page: 0.00240 seconds