Smart Package Robot v3.0 - March 2024 Release
Released: Mar 17, 2024
Mises à jour de v3.0 - March 2024 Release
Fonctionnalités
- FEC. - For Each Collection-Item. Enumerate Collection Items.
- IIC./NIC. - IF ... Collection-Item.
- GMD. got new Option "l" to calculate the Checksum that is used in Type 2 Collections and FEC.
- ARR.-Command has been revisited.
- Added new commands that will be useful for Debugging. They will list all Array-Elements in a Console Window:
- ARR.Get Dim|(Array-No.|$$RET - Will return the number of the last Array-Element. The number of Elements is higher by +1 as w can also fill Array-Position "0" with an Element.
- ARR.Show|(Array-No.)[|$$RET].
- ARR.Show INT|(Array-No.).
- ARR.Show FP|(Array-No.).
- Changed:
- ARR.Unpack Array From Var Delimiter|(Array-No.|$$RET - This is useful for restoring the state of an array that was previously packed using ARR.Pack Array to Var but can also be used for Lines from CSV-Files.