transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

xstr vs str

Open larshp opened this issue 2 years ago • 0 comments

DATA xstr TYPE xstring.
DATA str TYPE string.
str = 'hello'.
xstr = str.
ASSERT xstr = ''.

larshp avatar Jul 12 '23 06:07 larshp