PickBASIC / FlashBASIC
dquote() function
.mdThe dquote() function extracts a double-quoted string from str.exp.
Syntax
dquote(str.exp)Parameter(s)
| str.exp | String from which to extract the double-quoted string. |
Description
The dquote() function returns the first substring found that is surrounded by double quotation marks. If no substring is found matching this criteria, then a null string is returned.