> thats what i'm asking to do.. would it be possible for a > code example.. becase i have tried everything.. and as a second note, (besides the poor quoting you did), stuff sent directly to you should _never_ be responded to a mailing list. it's bad ettiquette. some mailer code though: case STATE_HAIR_LENGTH: switch(length) { case BALD: SET_H_L(d, BALD); send_to_q(d, "What is your Ki Colour? "); STATE(d, STATE_KI_COLOUR); return; case OTHER_HAIR_LENGTHS: SET_H_L(d, length); break; default: send_to_q(d, "That's invalid try again.\n"); return; } send_to_q(d, "What is your hair colour? "); STATE(d, STATE_HAIR_COLOUR); break; Ae. -- +---------------------------------------------------------------+ | 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