This documentation is archived and is not being maintained.
Global::strFmtLB Method [AX 2012]
Replaces each occurrence of the characters ‘\n’ with one newline hexadecimal character 0x0A.
client server public static str strFmtLB(str _str)
Run On
Called
Parameters
-
_str
- Type: str
The original String that might contain occurrences of ‘\n’.
Return Value
Type:
str
A String that contains newline hexadecimal characters instead of the ‘\n’ character pairs.
This method can be used to improve the display in message boxes of Strings that contain ‘\n’ substrings.