I'm trying to create a string format I have about 8 parameters. I want to do something like this shown below.
string.format("www.website.com?Id={0}&Name={1}", 2,Emma)
However I have tried in JavaScript and it doesn't work.
Could anyone help?
Thanks in advance!