Each time you just use sprintf(buf you get rid of anything previous to it. You need to use strcat or sprintf(buf+strlen(buf) to keep adding things onto it. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST