Re: is it possible to set namespace to an object.

2008-01-22 Thread glomde
On 21 Jan, 22:00, George Sakkis <[EMAIL PROTECTED]> wrote: > On Jan 21, 2:52 pm, glomde <[EMAIL PROTECTED]> wrote: > > > > > On 21 Jan, 20:16, George Sakkis <[EMAIL PROTECTED]> wrote: > > > > On Jan 21, 1:56 pm, glomde <[EMAIL PROTECTED]> wrote: > > > > > On 21 Jan, 18:59, Wildemar Wildenburger > >

Re: is it possible to set namespace to an object.

2008-01-21 Thread George Sakkis
On Jan 21, 2:52 pm, glomde <[EMAIL PROTECTED]> wrote: > On 21 Jan, 20:16, George Sakkis <[EMAIL PROTECTED]> wrote: > > > > > On Jan 21, 1:56 pm, glomde <[EMAIL PROTECTED]> wrote: > > > > On 21 Jan, 18:59, Wildemar Wildenburger > > > > <[EMAIL PROTECTED]> wrote: > > > > glomde wrote: > > > > > Hi, >

Re: is it possible to set namespace to an object.

2008-01-21 Thread glomde
On 21 Jan, 20:16, George Sakkis <[EMAIL PROTECTED]> wrote: > On Jan 21, 1:56 pm, glomde <[EMAIL PROTECTED]> wrote: > > > > > On 21 Jan, 18:59, Wildemar Wildenburger > > > <[EMAIL PROTECTED]> wrote: > > > glomde wrote: > > > > Hi, > > > > > is it somehow possible to set the current namespace so that

Re: is it possible to set namespace to an object.

2008-01-21 Thread George Sakkis
On Jan 21, 1:56 pm, glomde <[EMAIL PROTECTED]> wrote: > On 21 Jan, 18:59, Wildemar Wildenburger > > > > <[EMAIL PROTECTED]> wrote: > > glomde wrote: > > > Hi, > > > > is it somehow possible to set the current namespace so that is in an > > > object. > > > [snip] > > > set namespace testObj > > > Na

Re: is it possible to set namespace to an object.

2008-01-21 Thread glomde
On 21 Jan, 18:59, Wildemar Wildenburger <[EMAIL PROTECTED]> wrote: > glomde wrote: > > Hi, > > > is it somehow possible to set the current namespace so that is in an > > object. > > [snip] > > set namespace testObj > > Name = "Test" > > > Name would set testObj.Name to "Test". > > > [snip] > > > Is

Re: is it possible to set namespace to an object.

2008-01-21 Thread Wildemar Wildenburger
glomde wrote: > Hi, > > is it somehow possible to set the current namespace so that is in an > object. > [snip] > set namespace testObj > Name = "Test" > > Name would set testObj.Name to "Test". > > [snip] > > Is the above possible? > Don't know, sorry. But let me ask you this: Why do you want

is it possible to set namespace to an object.

2008-01-21 Thread glomde
Hi, is it somehow possible to set the current namespace so that is in an object. Somthing like. class Test(): testObj = Test() set namespace testObj Name = "Test" Name would set testObj.Name to "Test". I was thinking this could be done with the with statement somehow (without using