0

Join Files functions

Hi!

Why is this function incorrect?

 

join([files(this)]," - ")

 

Thank you!

1 reply

null
    • Fred
    • 1 yr ago
    • Reported - view

    The square brackets are only used for filtering. Try:

    join(files(this), "-")
    

Content aside

  • 1 yr agoLast active
  • 1Replies
  • 59Views
  • 2 Following