|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
Replace in File: disabling vbscript parser for search / replace expressions?
I want to replace some string within file A with the contents of another file B, using the "Replace in File" step.
To do so, I've entered this as the 'replace' contents: Quote:
Is there a way to literally get a file's contents as search or replace pattern, and have VBP use that without parsing that content for vbscript? And I guess same goes for stuff %between percentage marks% because that would be interpreted as a macro. Basically I'm looking for a way to insert a file "binary", without any parsing whatsoever. Suggestions? |
#2
|
|||
|
|||
See the vbld_GetFileContents system script function or vbld_EscapeString.
http://www.kinook.com/VisBuildPro/Ma...scriptfile.htm http://www.kinook.com/VisBuildPro/Ma...scriptmisc.htm |
#3
|
|||
|
|||
Excellent, thanks!
|
Tags |
binary , parse , read file , replace , vbscript |
|
|