ChristophX86

Control Characters

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