View Single Post
  #1  
Old 01-25-2007, 12:32 AM
jsherwood jsherwood is online now
Registered User
 
Join Date: 01-24-2007
Posts: 2
Angry Replacing A Line

I'm trying to figure out how to replace a line in a resource file.
I have a line like:
VALUE "SpecialBuild", "1/24/2007 - 12:02:02 PM"

I want to replace the date and time part with the current date and time. The problem is the date and time currently there will be different on each build.

I'm doing a find on VALUE "SpecialBuild", and I don't really care about the rest of it. But I don't know how to do that.
Reply With Quote