pjs.moveHighToLowZone()
Moves the zone portion of a character from the leftmost zone to the rightmost zone in the result field.
Parameters
Source field / value
Target field
Example
pjs.define("target", { type: "packed decimal", length: 7, decimals: 2, initValue:59.99});
console.log(target);
pjs.moveHighToLowZone(String.fromEbcdicHex("D9"), target);
console.log(target);
RPG EquivalentÂ
MHLZO