Re: [Gambas-user] Access a property via string (Introspection like)

2009-06-24 Thread BenoƮt Minisini
> Hello, > > I want to set a property value using strings for, accesing a form, then > a grid, then a cell inside the grid, the text property and finally set > the value for it. > > Here a wannabe code that obviously is failing to do the idea: > > > PUBLIC SUB setMatrix(path AS String, dims AS Inte

[Gambas-user] Access a property via string (Introspection like)

2009-06-24 Thread Juan Jose Costello Levien
Hello, I want to set a property value using strings for, accesing a form, then a grid, then a cell inside the grid, the text property and finally set the value for it. Here a wannabe code that obviously is failing to do the idea: PUBLIC SUB setMatrix(path AS String, dims AS Integer[], prop AS S