pjs.moveHighToHighZone()
Moves the zone portion of a character from the leftmost zone to the leftmost zone in the result field.
Parameters
Source field / value
Target field
Example
pjs.define("target", { type: "char", length: 1, initValue: "9"});
console.log(pjs.getBuffer(target));
pjs.moveHighToHighZone(String.fromEbcdicHex("D9"), target);
console.log(pjs.getBuffer(target));
RPG EquivalentÂ
MHHZO