#1
|
|||
|
|||
Version numbers
How does visual build handle version numbers for builds?
Also is there a way to have visual build replace pieces of text in a text files. Finally is there a way to retrieve a piece of text from a text file using vbscript? |
#2
|
|||
|
|||
Re: Version numbers
Quote:
Quote:
Quote:
s = vbld_FSO().OpenTextFile("c:\path\to\file.ext").Rea dAll Then use InStr or RegExp to locate the desired piece. http://www.w3schools.com/vbscript/func_instr.asp http://www.devx.com/vb2themax/Tip/18636 |
|
|