You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How concatenate string variables?
I don't find an example explaining that.
For example
{% set a = "aaa" %}
{% set b = "bbb" %}
{% set c = a + b %} ==> this lead to an error :(
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
How concatenate string variables?
I don't find an example explaining that.
For example
{% set a = "aaa" %}
{% set b = "bbb" %}
{% set c = a + b %} ==> this lead to an error :(
Thanks
The text was updated successfully, but these errors were encountered: