Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
Patch Available
-
Novice
Description
When the length of each parameter of a program.PGM is greater than the length of his values, the parameters are setted incorrectly.
Example:
Input of program.pgm:
param1 -> A5 (alphanumeric with length 5)
param2 -> A5 (alphanumeric with length 5)
When the String array is
{"123", "456"} the values are setted on each parameter as:
param1 = 12345
param2 = 6