I think all the nodes related to string formatting in Gamma are from when it was a “beta” plugin. Maybe it’s time to update this set of nodes? Firstly, there are some inconsistencies because ToString (Format) seems to work differently from Format and requires a different syntax. Secondly, a node with a fixed number of inputs of the same type is no longer fully compliant with modern Gamma. And a node with a sequential input is not very convenient to customise.
FormatBetter.vl (7.7 KB)
Conveniently formatting strings seems to be one of the most important functions in modern programming, and it would be good to tidy up this everyday function.