Home › Forums › General XMetaL Discussion › Makro Search Entity and Replace it › Reply To: Makro Search Entity and Replace it
Reply to: Makro Search Entity and Replace it
January 6, 2014 at 7:52 pmMight be a logic problem in my code. I'd suggest debugging and stepping through your script step by step to see if you can find the problem with the logic.
To start a script debugger with VBScript add the keyword “stop” to the start of your script (you need to have a script debugger installed of course). If you don't have something like Visual Studio installed you can use the free script debugger Microsoft provides. I think this is the current link to it: http://www.microsoft.com/en-us/download/details.aspx?id=22185