Simple Search
Hi,
I am struggling to perform what would appear to be a simple operation. I have scoured the 'Macro Language Reference' without any success!
I am wanting to search the current activeDoc and remove all the text elements that contain the letter 'x'.
All the examlpes I can find involve generating something from new and assigning to a variable:
MACRO globalsTest
gText = "Hi, I'm a global."
MESSAGE gText
END MACRO
In this case I dont know to make anything from new - I want to access pre-existing elements put them into a variable and modify/delete them as needed - I am getting really frustrated at not being able to find this info - maybe I have been looking at too much code recently and I am just not seeing it!
Can anyone help?
Thanks in advance
Alan
Message was edited by: Alan Porter

