Hi All, is there any way we can render variables i...
# suitescript
s
Hi All, is there any way we can render variables in string Ex: 'chkp_' + month + '' + day + '.csv' this string I am getting in saved search and month, day are variables in script. Thanks
b
s
Thankyou @battk. Is there any way to do that in 2.0. Currently i am trying with replace.
When i tried that template literals i am getting illegal characters error in 2.0
b
in a gross misuse of a template library, you can use N/render
😄 1
or any other library with templates functionality
s
Thankyou @battk