0

Join Files functions

Hi!

Why is this function incorrect?

 

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

 

Thank you!

1 reply

null
    • Fred
    • 2 yrs ago
    • Reported - view

    The square brackets are only used for filtering. Try:

    join(files(this), "-")