Home › Forums › General XMetaL Discussion › Macro to search through attribute value › Reply To: Macro to search through attribute value
Reply to: Macro to search through attribute value
July 27, 2017 at 7:51 pmI copied into Notepad first to make sure it wasn't picking up any special characters from the HTML, then I copied from Notepad into the XMetal Form Layout Tool.
The first error I get is “Expected statement” on the first line. It apparently doesn't like // being used to denote comments. I can use a ' at the beginning of each comment line and it seems to get along with that just fine.
The second error I get is “Expected end of statement” on the line 3, the variable definition. It seems like it doesn't like a ; at the end of each line, so I removed those.
The third error which I can't get passed is the “invalid character” on the “while” line.