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
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
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