Hi all,
I'm wondering if exists any command or method to replace a text using parameters.
In C# I use the Format property
var text = string.format("My name is {0} and I'm {1} years""Kurro"I've tried with this code... but it works only for the specific parameters
is possible to do something for more args? I mean, use for a indeterminate number of args
Best regads
.png)
.png)




