-
Notifications
You must be signed in to change notification settings - Fork 1
Dquote
Jip Claassens edited this page Jul 6, 2026
·
6 revisions
String functions d(ouble)quote
- dquote(string_dataitem)
dquote(string_dataitem) double quotes the values of data item string_dataitem.
data item string_dataitem with string value type
attribute<string> dquoteA (ADomain) := dquote(A);
| A | dquoteA |
|---|---|
| 'Test' | '"Test"' |
| '88hallo99' | '"88hallo99"' |
| '+)' | '"+)"' |
| 'twee woorden' | '"twee woorden"' |
| ' test met spatie' | '" test met spatie"' |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.