Board index » off-topic » Searching for code
|
Trevor Best
Delphi Developer |
|
Trevor Best
Delphi Developer |
Searching for code2006-08-09 11:11:17 PM off-topic14 I have a code module (actually Access form but it's saved as text) that has 64 revisions. I'm looking for a specific line of code or text that I know was in there at one point and was removed at another point, how can I search through the history of the file? |
| David Hegland
Delphi Developer |
2006-08-11 01:25:52 AM
Re:Searching for code
Best way is to write a little script using the SDK. Iterate through
hisroty, using checkOutToStream, and search the stream. "Trevor Best" < XXXX@XXXXX.COM >wrote in message QuoteI have a code module (actually Access form but it's saved as text) that has |
