...
Code Block | ||
---|---|---|
| ||
pjs.define("DS1", { type: 'data structure', qualified: true, elements: { "Day1": { type: 'char', length: 6, initValue: 'MONDAY' }, "Day2": { type: 'char', length: 8, initValue: 'TUESDAY' }, "JDate": { type: 'char', length: 8, initValue: '010101' } }}); DS1.Day1 = 'FRIDAY'; pjs.reset(DS1); // DS1.Day1 =is now 'MONDAY' again |
RPG Equivalent
RESET