-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual textformat()
iamnove edited this page Jan 18, 2023
·
53 revisions
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);
---~---~---~---~---~---~---~---~---