I need help to fix this error " error BC30456: 'concat' is not a member of 'String()'." this happens after updating to 2023.4 version

After i updated to Studio 2023.4.0 Community Edition, I’ve got this error

error BC30456: ‘concat’ is not a member of ‘String()’.

The script with error is as below
attachments.concat({item.tostring}).toarray

can anyone help ? Thank you so much

@ho_bobo

Welcome to the community

Can you try like this…

Attachments.ToList.Concat({item.ToString}).ToArray

Cheers

Hey @Anil_G
Thanks so much for your reply.
I added " To list" to the script , the error got fixed,
And even i removed " to list" afterward and keep the original script, it still works & no error ! So interesting!

anyway, thanks for your prompt reply. I can have my work done!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.