Update of /cvsroot/pure-data/externals/zexy/reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv588
Modified Files: fwriteln-help.pd Log Message: added some documentation to the new features of fwriteln
Index: fwriteln-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/reference/fwriteln-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fwriteln-help.pd 21 May 2007 12:15:08 -0000 1.1 --- fwriteln-help.pd 24 Aug 2007 14:36:55 -0000 1.2 *************** *** 24,27 **** --- 24,30 ---- #X msg 435 116 open /tmp/test.txt cr; #X text 489 249 close the file (ensure that it gets written); + #X text 167 322 you can use the arguments "w" and "p" to set the width + and precision of floating point numbers , e.g.:; + #X obj 602 331 fwriteln w 8 p 2; #X connect 7 0 14 0; #X connect 15 0 14 0;