Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Global Const $NullCharacter = Chr(0)
- Global Const $StartOfHeading = Chr(1)
- Global Const $StartOfText = Chr(2)
- Global Const $EndOfText = Chr(3)
- Global Const $EndOfTransmission = Chr(4)
- Global Const $Enquiry = Chr(5)
- Global Const $Acknowledge = Chr(6)
- Global Const $Bell = Chr(7)
- Global Const $Backspace = Chr(8)
- Global Const $HorizontalTab = Chr(9)
- Global Const $LineFeed = Chr(10)
- Global Const $VerticalTab = Chr(11)
- Global Const $FormFeed = Chr(12)
- Global Const $CarriageReturn = Chr(13)
- Global Const $ShiftOut = Chr(14)
- Global Const $ShiftIn = Chr(15)
- Global Const $DataLinkEscape = Chr(16)
- Global Const $DeviceControl1_XON = Chr(17)
- Global Const $DeviceControl2_BlockModeFlowControl = Chr(18)
- Global Const $DeviceControl3_XOFF = Chr(19)
- Global Const $DeviceControl4 = Chr(20)
- Global Const $NegativeAcknowledge = Chr(21)
- Global Const $SynchronousIdle = Chr(22)
- Global Const $EndTransmissionBlock = Chr(23)
- Global Const $CancelLine = Chr(24)
- Global Const $EndOfMedium = Chr(25)
- Global Const $Substitute = Chr(26)
- Global Const $Escape = Chr(27)
- Global Const $FileSeperator = Chr(28)
- Global Const $GroupSeperator = Chr(29)
- Global Const $RecordSeperator = Chr(30)
- Global Const $UnitSeperator = Chr(31)
Advertisement
Add Comment
Please, Sign In to add comment