Join Slack
Powered by
and concat combines to arrays so e.g. [0, 1].conca...
# suitescript
f
fkrauthan
08/22/2018, 5:51 PM
and concat combines to arrays so e.g. [0, 1].concat([2, 3]) returns [0, 1, 2, 3]
Open in Slack
Previous
Next