Re: [CODE] Line input function (NEW PROBLEM)

From: Jim Persson (jim@linux.nu)
Date: 06/08/01


It works! Thanks!
But now i have another problem

i would like the function to operate to make something like this possible

line_input(ch->desc, "First Name", &f_name);         // It should wait for
the input here and then continue
line_input(ch->desc, "Prompt 2", &l_name);           // Same here
sprintf(buf, "Hi %s %s\r\n", f_name, l_name);         // and then execute
this

--
   +---------------------------------------------------------------+
   | 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/05/01 PST