Hi,
I tried the new function BUILD$() in a few commands and received a syntax error:
$string_test = BUILD$("abc",DEF")
and
x$ = REMOVE$(BUILD$("abc","DEF"), ANY BUILD$("a",D"))
in both commands the "+" works nicely.
BRGS
Andreas
I tried the new function BUILD$() in a few commands and received a syntax error:
$string_test = BUILD$("abc",DEF")
and
x$ = REMOVE$(BUILD$("abc","DEF"), ANY BUILD$("a",D"))
in both commands the "+" works nicely.
BRGS
Andreas
Comment