Hi,
    Alright. Say I have a string that i want to print in sprintf or
something. Like:
            sprintf(buf,"%s", ch->in_room->name);
            send_to_char(buf, ch);
    Something like that.  But many room names are things like: The Big Red
Hotel Lobby with Purple Carpets
    Something screwy like that.  Is there a way that I could get it to strip
the spaces so that it is either:
                TheBigRedHotelLobbywithPurpleCarpets
                                        or
                The_Big_Red_Hotel_Lobby_with_Purple_Carpets
                                        ?
If there is, it would be VERY useful. Thanks again,
-tarian


Reply via email to