"For developers", "Server scripts", "Functions description", "Messages", "mConvertMsgToPlainText".
Converting message text to plain text with no tags and special characters. Usually used in function events when receiving messages.
function mConvertMsgToPlainText(sMsg: string; iMsgType: integer): string;
Parameter |
Type |
Value |
---|---|---|
sMsg |
string |
message body; |
iMsgType |
integer |
message type. |
Plain text string with no markup, tags and special characters.