Help - Search - Members - Calendar
Full Version: AS400 Sendkeys Question
AC Tools Everything Macro > General Discussion > C++/Delphi/VB Development
Brakis
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
Ahk
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.