Parameters | |
---|---|
Return | This is just a pass through value. Whatever is specified here will be returned back. This functionality allows for the initialization of accumulators in a field that is a constant value, with that value being passed back. |
Accumulators | Optional. A number from 1 to 20 which indicates which accumulator you wish to set to a specified value. If not provided, all accumulators (1 through 20) will be set to the number provided. |
Value | Optional. A number which represents the initialized value. If not provided, the accumulator(s) identified will be set to zero. |
Parameters | |
---|---|
Return | This is just a pass through value. Whatever is specified here will be returned back. This functionality allows for the increment of accumulators without changing the interface value. |
Accumulators | A number from 1 to 20 which indicates which accumulator you wish to change to a specified value. |
Value | Optional. A number which represents the incremental value. If not provided, the accumulator identified will be incremented by one. |
Parameters | |
---|---|
Accumulators | A number from 1 to 20 which indicates which accumulator whose value you returned |
P2K_PU.ACCUM_INIT('HHS521')
will set accumulators 1 through 20 to a zero value, and will return back the constant HHS521.
P2K_PU.ACCUM_INIT('HHS521',3,2)
will set only accumulator 3 to a value of 2, returning the constant value.
P2K_PU.ACCUM_ADD('543123',3)
will increase the value of accumulator 3 by one (default) and return the constant value 543123.
P2K_PU.ACCUM_ADD('543123',3,-27)
will reduce the value of accumulator 3 by 27 (subtract) and return the constant value.
P2K_PU.ACCUM_VALUE(3)
will return the current value of accumulator 3
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation