Discussion (4)4
Log in or sign up to continue

The $system.OBJ.Export documentation doesn't mention LUT. However there is a vague statement:

Each of the items must have a type determined by an extension selected from the following list of basic types, additional types are supported under the abstract routine interface, so this list is not exhaustive.

Is LUT one of those additional types? What is that abstract routine interface? Why it is not possible to list those additional types here too?

Just for the record the types mentioned in the documentation at the moment of writing:

  • CLS - Classes
  • CSP - Server Pages
  • CSR - Rule files
  • MAC - Macro routines
  • INT - Non-macro routines
  • BAS - Basic routines
  • INC - Include files
  • GBL - Globals
  • PRJ - Projects
  • OBJ - Compiled object code
  • PKG - Package definitions