Hi, m4dc4p wrote: >format_result = Proc.new { |s| > s.gsub("<font size=-2> ></font>",",").gsub("×","x").gsub("<sup>","^").gsub("</sup>", "") >} > > Why not just def format_result(s) ... end? D3v1n