sgudaFrequent Contributor16 years agoHow to use Format function to format a string.I have an string variable that increments in the script everytime the script runs. ex: variable with value 02. Tried to Format this in the form of "0000" using aqstring.Format("0000", Variablestring)....Show More
tppeguContributor16 years agonumericString = "2"formattedString = aqString.Format("%04i", aqConvert.StrToInt(numericString))
Recent DiscussionsRunning the Execution Plan enabled items via script within TestCompleteObject mapping fails after the TestComplete upgrade due to a Chrome compatibility issue.TestComplete is prepending to the PATH when it launches and breaks/blocks our users Python installs
Related ContentMultiline string in readable format for mediatype application/jsonConvert string date to date format?Call function from string value JavaScript