> TOChain = "par1:" & String(a) & String(b)
> timeout("GeneralGame").new(100, Symbol("Test("&TOChain&")"), me)
I don't understand how that would work. How would you get
symbol("Test(" ...
to evaluate to anything else than #Test? As far as I know, parenthesis (and
many other chars) can't be part of a symbol.
/Jonas