|
From: Shigeharu T. <sh...@ie...> - 2011-10-06 08:16:18
|
shige 10/06 2011
----------------
I saw that gnuplot.exe of CVS version compiled by VC++ reports
some errors for demo/stringvar.dem. Two errors of them are for
system() and they are not strange because I compiled without the
macro PIPES. But the rest one is odd:
foo = sprintf("%40d %40d %40d %40d %40d %40d",1,2,3,4,5,6)
^
"stringvar.dem", line 59: undefined value
The gnuplot show no erorr message for the command
foo = sprintf("%83d",1)
but it show the same error message above for the command
foo = sprintf("%84d",1)
I don't know why this happens.
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|