[Gambas-user] Executing a constructed instruction

Benoit Minisini gambas at ...1...
Mon Jun 14 23:12:10 CEST 2004


On Thursday 10 June 2004 20:52, Nigel Gerrard wrote:
> Has anybody got an idea how I might run a string as a command within
> Gambas.
>
> For example:
>
>       DIM sCommand AS String
>
>       sCommand = "PRINT \"Hello\""
>
>       sCommand
>
>
> I'm guessing that it won't be possible without many changes to the pcode
> compiler and interpreter....and I guess it would get verycomplicated.
>
> Nigel

Why do you need that ?

If you really need such a thing, you should program in Lisp :-)
Gambas will never be able to do such a thing, or the interpreter will become 
monstruous!

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the User mailing list