...
Code Block | ||
---|---|---|
| ||
pjs.define("source1", { type: 'decimal', length: 5, decimals: 0, initValue: 12345 }); pjs.define("target1", { type: 'char', length: 10, initValue: 'abcdefghij' }); pjs.moveLeft(source1, target1); // target1 = '12345fghij' |
RPG Equivalent
MOVEL