Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread nando
c 2011 04:17:09 -0300 Subject: Re: [Gambas-user] Getting an Object instance from a string > On Wed, Dec 28, 2011 at 11:20 PM, John Spikowski > wrote: > > On Tue, 2011-12-27 at 22:03 -0300, Sebastian Kulesz wrote: > >> Hi! I am having some problems when using the Object.Get

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread Sebastian Kulesz
On Wed, Dec 28, 2011 at 11:20 PM, John Spikowski wrote: > On Tue, 2011-12-27 at 22:03 -0300, Sebastian Kulesz wrote: >> Hi! I am having some problems when using the Object.GetProperty method >> when the object parameter to be used is stored in a string. The >> structure of my project is as follows

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread John Spikowski
On Tue, 2011-12-27 at 22:03 -0300, Sebastian Kulesz wrote: > Hi! I am having some problems when using the Object.GetProperty method > when the object parameter to be used is stored in a string. The > structure of my project is as follows > > > Module Module1{ > > public Var1 as strin

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread Benoît Minisini
Le 28/12/2011 02:03, Sebastian Kulesz a écrit : > Hi! I am having some problems when using the Object.GetProperty method > when the object parameter to be used is stored in a string. The > structure of my project is as follows > > > Module Module1{ > > public Var1 as string > > } > > >

[Gambas-user] Getting an Object instance from a string

2011-12-27 Thread Sebastian Kulesz
Hi! I am having some problems when using the Object.GetProperty method when the object parameter to be used is stored in a string. The structure of my project is as follows Module Module1{ public Var1 as string } Module Main (Starting class){ public sub Main() D