in reply to Populating a web template then pulling combining temp files & writing out to replace file

You are difficult to understand. I cannot follow you what you mean with keeping the = signs.

However, if you just need the right-hand part of each line in the array: (pseudo code following)

1. iterate over the array 2. split on the = sign, which returns a list of two elements 3. keep the second element (i.e. the right-hand part) and print it out

You are a grown-up boy. I'm sure you can handle that on your own.

  • Comment on Re: Populating a web template then pulling combining temp files & writing out to replace file
  • Download Code