Frank Heckenbach wrote:
Pascal Viandier wrote:
Anyway, I tried the conformant array parameter type and it works perfectly well for my needs (even on type STRING(xx) if you mind).
Fine. Yes, it also works for `String (n)', but such `var' parameters can't alter the length of the string.
It looks that passing strings to conformant array parameters is a GPC extension. My impression is that this is forbidden by EP (and we accept such parameters even in EP mode).