EGL Java run-time error code VGJ0120E
VGJ0120E: %1 is not a valid value for the starting index of the substring operator on item %2.
Explanation
The starting index cannot be less than 1 or more than the length of the item.
User Response
Use a valid index for the starting index of the substring operator.