![]() |
| |||||||
Workspace Macro Pro - Automation Edition Post messages and questions related to Macro Software for Windows Automation here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| My macro was written to preform a search and replace function in a Notepad file. The problem is the that the string of text that needs to be found, has a tab character. When writing this macro in the editor it recognizes the tab character in the keystrokes. But, as soon as I save the macro in the editor, the tab character is replaced with a 0. Needless to say, when I run the macro it fails. Please see the illustrations below. Before save: ![]() After save: ![]() |
| |||
| Hi, Unforturnately, workspace macro pro does not identify TAB character in the string at the moment. I tried to see how to replace all TAB characters in a text file using the Replace function of notepad but I was not able to do it..I'll try it once again later tonight and will get back to you. |