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

Home » Public Forums » archive » Problems with Restore
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: Problems with Restore [message #47977 is a reply to message #47868] Thu, 09 March 2006 07:36 Go to previous messageGo to previous message
btt is currently offline  btt
Messages: 345
Registered: December 2000
Senior Member
vcarlos wrote:
> Hi all,
>
> I am writing a class that I want add save and restore features to it.


> OperatorLanguageMapping::Save, fileName
>
> save, self, fileName
>
> end
>

Hi,

It is that the self argument to SAVE that is the trickiest part. But
this modification should work.

OperatorLanguageMapping::Save, objRef, fileName

if n_elements(objRef) EQ 0 then objRef = self
save, objRef, fileName

end

Cheers,
Ben
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: matching 2 grids
Next Topic: Re: Name Space Conflicts

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

Current Time: Sat Oct 11 12:18:33 PDT 2025

Total time taken to generate the page: 1.04003 seconds