> > What is the Ruby technique for turning strings into > > executable code? > > Via one of the various forms of eval. Uh, well, that's not the right answer. Eval evaluates (=executes) a string. It doesn't turn a string into executable code (=compile). gegroet, Erik V. - http://www.erikveen.dds.nl/