Karsten Lueth
04-01-2003, 04:55 AM
Hi,
I need a LScript function that takes a string
argument and evaluates this string as LScript
expression or statements, such as
result = evalexpr("2+3");
or
evallscript( /* some LScript program as string*/...);
Does such LScript functions exists at all?
I coudn't found them in the documentation...
Karsten
I need a LScript function that takes a string
argument and evaluates this string as LScript
expression or statements, such as
result = evalexpr("2+3");
or
evallscript( /* some LScript program as string*/...);
Does such LScript functions exists at all?
I coudn't found them in the documentation...
Karsten