DQUOTE

DQUOTE


DO Index Level DTX
Syntax DQUOTE( string.expression )
Category BASIC
Type Function
Description extracts a double-quoted string from string.expression.

The "dquote" function returns the first substring found which is surrounded by double-quotes.  If no substring is found matching this criteria, then a null string is returned.
Options
See Also $OPTIONS
Example
Warnings This function requires a non-default compatibility setting. Inserting the line "$options dquote" at the beginning of the source code accomplishes this.
Compatibility D3 7.0 R91
DO Index Level DTX