Hi Mat

> The question is, if I get a string which contains a mathematical
> expression - how would you evaluate this and get the result?

Here is one way:

>> str: "3 + 4"
== "3 + 4"
>> either not error? try[result: do str][result]["code to handle error"]
== 7
>>

HTH
-Larry


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to