IDL Grammer on unbounded array

Hi,

In the EntireX communicator v7.3.2 documentation, section Software AG IDL Grammer - Array Definition, it has the following statement on unbounded arrays.

On the other hand, in the documentation of Natural v6.2.3, section Natural RPC Restrictions and Limitations, it states that

[quote]
Variable Arrays in Subprograms

If the parameter data area of the subprogram contains a variable number of occurrences (

  1. No.
  2. What is called “Unbounded arrays” in EntireX corresponds to “X-arrays” in Natural. Arrays in Natural using the
  1. this is a bit awkward: the X-Array is defined to Natural with the 1:* notation, but is represented in the IDL as 1:V