ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  ArrayMath 2 Dimensional
Posted by Helmut on Jan-20-2018 21:05
Hello,

Can ArrayMath Also 2 Dimensional Array?

ReDim Test (2,6)

Dim a ()
a = ArrayMath (test)

Thanks
Helmut

  Re: ArrayMath 2 Dimensional
Posted by Peter Kwan on Jan-22-2018 22:45
Hi Helmut,

Unluckily, ArrayMath cannot use 2 dimension arrays. It only supports 1 dimensional arrays.

Regards
Peter Kwan