I have a very lengthy script that worked well in v13. It is mostly an IE automation script, using a lot of webrecorder commands.
For instance, in version 13, you would have:
Code: Select all
IE_WaitDocumentComplete>%IE[0]%,ie_res
but, version 14 seems to require:
Code: Select all
IEWaitDocumentComplete>%IE[0]%,ie_res
All of the IE commands take the _ out of them. Now, on a short macro, probably not a big deal, and I'm hoping that a search and replace will only get the right spots, but this may prove very problematic.
I like the new format better, just I would have assumed the old format would still work.
Did I miss something?
Dan
[/code]