I want to form a string that contains string and variavles.
Such as
var response = prompt("Enter Pcr Number?","");
var str = "'H:\' response '\hi3.dot'";
So i want to fill in the string with the response.
Such as
var response = prompt("Enter Pcr Number?","");
var str = "'H:\' response '\hi3.dot'";
So i want to fill in the string with the response.
Comment