Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

"I need two different command types: one for Lycia programs and one for Windows programs (starting with winexec).
I want to set it as a command type property"

Solution

Code Block
MAIN
  DEFINE osType STRING
  CALL ui.Interface.frontCall("standard", "feinfo","ostype", osType)
  DISPLAY osType
END MAIN

...