#1
|
|||
|
|||
how to set macro value from text file?
Hi,
I would like to set a macro value with the value taken from a text file. How can i do that. Thank you. pyang |
#2
|
|||
|
|||
The attachment shows a couple ways to read the contents of a text file into a macro.
|
#3
|
|||
|
|||
Thank you. Got it working!!!
|
#4
|
|||
|
|||
Extending this idea, how can I extract some text from a file and assign it to the macro? For example, extract the version ID from a file, where the version is always coded in the following format
VersionID = "x.y.z"; (x.y.z could, of course, change from build to build) |
#5
|
|||
|
|||
See attachment.
|
#6
|
|||
|
|||
Thanks a lot - easy when you know how :-)
|
#7
|
|||
|
|||
Thanks, this helped me as well!
Ken |
|
|