Hey Guys,
Thanks for the help...I got it working with your help!! Much appreciated!!
start_pos = (InStrRev(strContents,"<startDateTime>"))
tweak_string = mid(strContents, start_pos, 25)
date_parts = split(tweak_string, "-")
yr = date_parts(0)
mo = date_parts(1)
dy = date_parts(2)
if...
Hi wvdba,
That is not working unfortunately. I think it is because my XML files are not formated and the tags all run together like one big single line / string...
Hello All...I need some help with a VBSCRIPT. I have 100's of XML files and I need the vbscript to search for a tag and update partial contents within the tag. Example below:
<address>1 Main St</address>
<startDateTime>2011-01-06-13:00:00</startDateTime>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.