EGL Java™ runtime error code VGJ0200E

VGJ0200E: String function %1 failed with error code 8.

Explanation

The index must be between 1 and the length of the string.

User Response

Do as follows:
  • Change the program logic to ensure that the index-related argument to the function ranges between 1 and the length of the string; or
  • Call the function in a try statement, or set VGVar.handleSysLibraryErrors to 1 before calling the function, so that the program can handle the error.
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.