HPA top-level constant
String
const HPA
Character Position Absolute.
Representation: CSI n \x60
Parameter default value: n = 1
HPA causes the active data position to be moved to character position n in the active line (the line in the data component that contains the active data position).
Implementation
const String HPA = '`';