Forum Discussion

sguda's avatar
sguda
Regular Contributor
15 years ago

How 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)....