Wappler string concatenation issue

Wappler 4.9.1 and 5.0.0 beta 7
MacOS

Set Value:

$_PARAM.mystring+'/128'

Becomes:

$_PARAM.mystring/128

Try adding the param in parentheses.

1 Like

Works :star_struck:

Otherwise, I also found it works if you put a space in the end of the string, so I could .trim() in the end. Another ugly alternative is doing Base64 decode on-the-fly of such string

1 Like

Found one more issue regarding the code editor

Bit masking is broken in the UI:

Wappler converts it to:

2+& 1