StrAddNewLine

A command for TSFC.

Syntax:

StrAddNewLine StringID

Appends a newline onto the given StringID.

NoteEdit

  • The newline added by this function is two characters: Carriage Return, followed by Line Feed; 0x0D0A.