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

Home » Public Forums » archive » Dynamic array of an Object as class member variable.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Dynamic array of an Object as class member variable. [message #45195] Mon, 15 August 2005 01:12
Chirag Modh is currently offline  Chirag Modh
Messages: 4
Registered: August 2005
Junior Member
Hi All
I want to implement dynamic array of an Object as class member
variable.

;------------------------------------------------
My class
Class= {myclass, $
oLine: obj_new()$
}
Function myclass :: Init , N_element
Self.oLine = Make_Array(N_element,/obj )
For i=0 , N_element do begin
Self.oLine[i] = obj_new('IDLgrPolyline')
end
End

;-----------------------------------------------------
I can't create dynamic array of an object as class member variable.
Any other way, I can implement this thing.
Thanks.

Regards,
Chirag Modh
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: ENVI MTMF scores
Next Topic: adding up time series question

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

Current Time: Wed Oct 08 17:29:20 PDT 2025

Total time taken to generate the page: 0.00575 seconds