Re: [Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
On Fri, Oct 19, 2012 at 1:36 AM, Sebastian Kulesz wrote: > On Thu, Oct 18, 2012 at 8:22 PM, Markus Schatten > wrote: >> Dear all, >> >> is there a way to execute arbitrary statements dynamically in Gambas >> (for example from a string)? If I understand correctly Eval only >> evaluates expression

Re: [Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Sebastian Kulesz
On Thu, Oct 18, 2012 at 8:22 PM, Markus Schatten wrote: > Dear all, > > is there a way to execute arbitrary statements dynamically in Gambas > (for example from a string)? If I understand correctly Eval only > evaluates expressions, but statements like print or function > definitions cannot be han

[Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
Dear all, is there a way to execute arbitrary statements dynamically in Gambas (for example from a string)? If I understand correctly Eval only evaluates expressions, but statements like print or function definitions cannot be handled that way. What I would like to do is to provide a scripting int