Skip to content

Undquote

cicada edited this page Dec 7, 2022 · 5 revisions

title: Undquote permalink: /Undquote/

String functions und(ouble)quote

syntax

  • undquote(string_dataitem)

definition

undquote(string_dataitem) removes double quotes from the values of data item string_dataitem.

applies to

data item string_dataitem with string value type

since version

5.15

example

attribute undquoteA (ADomain) := undquote(A);

A unquoteA
'"Test"' 'Test'
'"88hallo99"' '88hallo99'
'"+)"' '+)'
'"twee woorden"' 'twee woorden'
'" test met spatie"' ' test met spatie'

ADomain, nr of rows = 5

see also

Clone this wiki locally