> From: Michael Witrant [mailto:mike / lepton.fr] [snip] > > Actually, the most common way to "sprintf" is to use the operator '%' > (String#%): > > result << fmt % row > > It will give you the same result. hey, cool! Coming from Python I should probably have tried this first... :-/ -- bjorn