Re: [Tutor] How to create array of variants?

2008-09-12 Thread Krasyn
Alan Gauld wrote: > > > "Krasyn" <[EMAIL PROTECTED]> wrote > >>> >>> I'm trying to translate the following VB code into Python and not >>> sure how >>> to create an array of variants. > > All variables in Python are

Re: [Tutor] How to create array of variants?

2008-09-11 Thread Krasyn
Kelie-2 wrote: > > Hello group, > > I'm trying to translate the following VB code into Python and not sure how > to > create an array of variants. > > Thanks for your help! > > VB Code: > Sub SetXdata() > Dim lineObj As AcadLine > Set lineObj = ThisDrawing.ModelSpace.Item(0) > >