How do I add a "-" to a string? | Community
Skip to main content
October 23, 2025
Solved

How do I add a "-" to a string?

  • October 23, 2025
  • 1 reply
  • 213 views

Hello all,

I am very new to Fusion.  Does anybody know how to add a dash if there is a space between two text.  For example, I have a string called "Workfront Fusion", but I want the string to be "Workfront-Fusion".  I have tried using replace and " " (as blank space), and "-" (as the replacement string dash).  However, this still returns without the dash.  I also have lower to bring all the string to lower case.  

Best answer by OCDAVE

fixed it.  For spaces, it doesn't like " ", it wants you to use the space function in the text/binary function option.  I replace it with function space and it correct added the - between the text.

1 reply

OCDAVEAuthorAccepted solution
October 23, 2025

fixed it.  For spaces, it doesn't like " ", it wants you to use the space function in the text/binary function option.  I replace it with function space and it correct added the - between the text.