This method is obsolete. See the Remarks section below. |
Description
The Utilities.QuotedStr
method returns the quoted version of the given string (Str). This function inserts a single quote character (') at the beginning and at the end of this string, and repeats each single quote character in the string.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Str
Specifies the string to be enclosed in quotes.
Result Value
The quoted version of the specified string.
Remarks
This method is obsolete. It is supported for backward compatibility only. To quote a string, use the aqString.Quote
method.
See Also
aqString.Quote Method
aqString.Unquote Method
aqString.Replace Method