Manual:DIL Manual/textformat()

From DikuMUD Wiki
< Manual:DIL Manual
Revision as of 22:31, 4 December 2025 by Nove (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);


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

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);


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