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