pjs.moveHighToLowZone()

pjs.moveHighToLowZone()

 

Moves the zone portion of a character from the leftmost zone to the rightmost zone in the result field.

Parameters

  1. Source field / value

  2. 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

Looking for labels? They can now be found in the details panel on the floating action bar.