| Syntax |
SQUOTE( string.expression )
|
| Category |
BASIC
|
| Type |
Function
|
| Description |
extracts a single-quoted string from string.expression.
The "squote" function returns the first substring found which is surrounded by single-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
|