Hi All,

Is there a way of interpreting a string ?

str = "bb = 10"
interpret(str) <- this is what I want to be able to do!
debug.print bb (will print out 10)

many thanks
RobZ