From: Andy A. <ad...@nc...> - 2003-01-12 01:51:21
|
John W. Eaton wrote: > But it looks like you might be >using --traditional? Then it also fails for me. Ah, the bug is the >difference in parsing spaces inside [ ]. One fix is: > > argstr = ["x,",(sprintf ("P%i,",1:n))]; > >Another is to remove the space between sprintf and ( in that >statement. > > Yes. The problem is from --traditional. I've just checked in this change. andy |