sgudaRegular Contributor15 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
tppeguContributor15 years agonumericString = "2"formattedString = aqString.Format("%04i", aqConvert.StrToInt(numericString))
Recent DiscussionsUnexpected Window event is fired only once.Upgrade to TC 15.80 with Python 3.13Empty MDS file
Related ContentMultiline string in readable format for mediatype application/jsonConvert string date to date format?Call function from string value JavaScript