Jump to content

how to replace @VARIABLE in text file with value of Emails in xml file


johnf

Recommended Posts

How i can read this xml file

<Subs><Sub Report="BusinessSummarySubs" EMails="lalla@yahoo.com; haha@yahoo.com"><Sub Report="PlayerSubs" EMails="hehe@hotmail.com"></Subs>

and replace @VARIABLE in BusinesSummarySubs.txt with EMails value in

Here is the content(part of the content) from BusinessSumarySubs.txt

CType(extensionParams(0),ParameterValue).Name = "TO"CType(extensionParams(0),ParameterValue).Label = ""CType(extensionParams(0),ParameterValue).Value = "@VARIABLE"

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...