> > Ok, heres the code sprintf(arg, "argument before skip_spaces: '%s'\r\n", argument); > skip_spaces(&argument); sprintf(arg, "%sargument after skip_spaces: '%s'\r\n", arg, argument); > one_argument(argument, buf); sprintf(arg, "%sbuf after one_argument: '%s'\r\n", arg, buf); send_to_char(arg, ch); > argu = atoi(buf); > > sprintf(buf, "Numerical Argument: %d", argu); > send_to_char(buf, ch); +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST