F
Fresh Mix
What is the simples way to join strings?
tmp1 = 'aa'
tmp2 = 'bb'
tmp3 = nil
tmp4 = nil
tmp5 = 'dd'
result = 'aabbcc'
tmp1 = 'aa'
tmp2 = 'bb'
tmp3 = nil
tmp4 = nil
tmp5 = 'dd'
result = 'aabbcc'