n9mfk9 Posted June 5, 2007 Posted June 5, 2007 part of my code the fist stringreplace works but not the scent one $FileOutData &= "<TH" & StringReplace($avSplitData[2], "<TD>", "<TH>") & StringReplace($avSplitData[2],'</TD>','</TH>') & "</TH>" & @CRLF thanks beau
Zedna Posted June 5, 2007 Posted June 5, 2007 $FileOutData &= "<TH" & StringReplace(StringReplace($avSplitData[2], "<TD>", "<TH>"),'</TD>','</TH>') & "</TH>" & @CRLF Resources UDF ResourcesEx UDF AutoIt Forum Search
n9mfk9 Posted June 5, 2007 Author Posted June 5, 2007 (edited) $FileOutData &= "<TH" & StringReplace(StringReplace($avSplitData[2], "<TD>", "<TH>"),'</TD>','</TH>') & "</TH>" & @CRLFThanks Zedna, works great Edited June 6, 2007 by n9mfk9
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now