Monks,
I have a text file in which i have some scalar reference addresses like SCALAR(1xAc435), SCALAR(1xAc436) etc.
Is it possible to replace those addresses with their corresponding values by dereferences using those addresses in the scalar file.
Example:
Text file:
here the text goes.. SCALAR(1xAc435) like this
here the text goes.. SCALAR(1xAc436) like this
output:
here the text goes.. <table id="1">....</table> like this
here the text goes.. <table id="2">....</table> like this
Thanks in advance
In reply to doubt in address substitution by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |