Plex 2E

Object Names with % cause generator to crash

  • 1.  Object Names with % cause generator to crash

    Posted Oct 24, 2017 05:02 PM

    G'day All,

     

    I have a unique situation when I try and generate a an RPGIV function in Plex r7.2 (Build 21.000).

     

    The function takes 5 parameters and calls another internal function which in turn calls a source code object (scoped to the internal function) - here is the actual names and structure:

     

    Function: TEST

    • Call Function: ~HB OS400 API.%SCAN
      • API Call Source Code:  ~HB OS400 API.%SCAN.SourceCode

     

    When I generate Plex crashes.

     

    I then rename the internal function so the structure looks as follows:

     

    Function: TEST

    • Call Function: ~HB OS400 API.aSCAN
      • API Call Source Code:  ~HB OS400 API.aSCAN.SourceCode

     

    When I generate it ends without any errors.

     

    Has anyone else found this issue?

     

    I moved the % in the name so it was not the first character i.e. "a%SCAN" - still Plex crashes.

     

    Regards,

     

    Darryl