Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All String
Commands

DDQUOTE

DDQUOTE is an abbreviation of Double Double QUOTE


This command replaces and double quotes in the string with two double Quotes.
Use it to escape double quotes in strings use in commands or preparing certain JSON content to be included into an array.

This command can have an {END_DDQUOTE} command.

In this case, the string in-between will replace the first parameter and the format will be {DDQUOTE} string {END_DDQUOTE}

This is particularly useful if the string is particularly long or contains commas.

Number Name Default Type Description
1 string String The string to adjust.
to add a Comment.