Download Ithaca 9000 Programmer`s Guide
Transcript
Function ASCII Hexadecimal Decimal IPCL EPOS Load item from user store [ESC] [US] l <Name..> <0> 1BH 1FH 6CH <27> <31> <108> &%UL <Name..> <0> [GS] 0<Name..> <0> is from one to 15 characters and must be null terminated. Description The [ESC] [US] l <Name..> <0> command loads the referenced item into the appropriate structure. If the item referenced is a user-defined character set, it is loaded into the current user-character definition, which does not affect the active state of user-defined characters. If it is a macro, it is loaded into the macro buffer, but it is not inserted into the data stream. [ESC] g <0> inserts the macro buffer into the data stream. If the named item does not exist, the command does nothing. The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or &%UT>n> on page 125. Function ASCII Hexadecimal Decimal IPCL EPOS Run macro data from user store [ESC] [US] r <Name..> <0> 1BH 1FH 72H <27> <31> <114> &%UR <Name..> <0> [GS] 0<Name..> <0> is from one to 15 characters and must be null terminated. Description The [ESC] [US] r <Name..> <0> command loads the referenced macro into the macro buffer. The macro buffer is then inserted into the data stream. If the named item does not exist or is not a macro, nothing happens. The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or &%UT<n> on page 125. Function ASCII Hexadecimal Decimal IPCL EPOS Description Flag item as a start-up macro [ESC] [US] s <Name..> <0> 1BH 1FH 73H <27> <31> <115> &%US <Name..> <0> [GS] 0<Name..> <0> is from one to 15 characters and must be null terminated. The [ESC] [US] s <Name..> <0> command flags the referenced item to be processed at startup. Only one user character definition and one macro may be flagged to run at startup. Note: If a character definition is loaded at startup, it is automatically made active. The terminating <0> may be replaced with an & or redefined. See [ESC] [EM]T<n> or &%UT<n> on page125.