# File format.rb, line 625
    def formatString (s, var_name, binding)
      s = super
      s.center(@len)
    end