Manual:DIL Manual/textformat()

From DikuMUD Wiki
Jump to navigation Jump to search


string textformat(s : string)
   s : The text string to format. The string is formatted according to
       the escape format codes as defined in one of the other documents.
   Returns: The formatted string which will automatically adapt to each
            individual player's settings.
   Example:
      ts := note.extra.descr;
      rs := textformat(ts);


---~---~---~---~---~---~---~---~---