financial_script = gnuplot_timeseries_settings ++ "\n"
                  ++ "plot [\"" ++ startDate ++ "\":\"" ++ endDate ++ "\"]"
                  ++ " '" ++ companyFile ++ "'" ++ modeString
                  ++ " title \"" ++ company ++ " " ++ titleEnd ++ "\""

Also note the existence of Text.Printf if you like that style better.
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to