hexagon logo

Is there a way to access a PC-DMIS array variable from PC-DMIS Basic?

Is there a way to access a PC-DMIS array variable from PC-DMIS Basic? The Help for GetVariableValue() doesn't mention arrays and indices.
Parents Reply Children
  • Doesn't affect anything. Probably only valid for BASIC arrays, not PC-DMIS ones.

    But maybe "Upper Bound" means "the first index that is not addressable", instead of the expected "the last index that is addressable" (or GetArrayLowerBound + <number of elements>Wink

    Anyway, it isn't important as long as it's consistent.