Ulrich Scholz wrote: > > Hello, > > I get the following error by using fprint. Can you help me? > > Thank you, Uli > > printf("%w", [[1],[2]]). > bad argument list in printf("", [[2]]) > [1]Abort Hi Ulrich, Use as many %w as you have in the argument list of printf. Thus, the answer to your question is: printf("%w,%w", [[1],[2]]). Wided.Received on Wed Nov 28 14:53:33 2001
This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:07:12 PM GMT GMT