Brakis
May 30 2007, 03:46 PM
I'm trying to get some simple macros going on an as400, and all goes well except sendkeys doesn't like to send characters like {TAB}. Any ideas on a workaround in any language?
Thanks in advance
Convert it using the programming language itself.
You might have to use the AsciiChar command to convert tab's ordinal value (009?) to use with certain commands/uses.
AsciiChar $Tab = 009