i need to replace a string timestamp(n) with a fix string6) in vbs. where n can be any value and find string should be case insensitive.
strLine = fle1.ReadLine
'strLine = (replace(strLine,"TIMESTAMP(0)","TIMESTAMP(6) ")
Please help me this for any value of n.
strlineand what your desired output would be. It's not clear what you mean byTIMESTAMP(0),TIMESTAMP(6), andSTRING(6)since VBS doesn't have any of those types natively and the languages that do, differ in how they are formatted.