Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Request: Declare multidimensional arrays in an EDB script
Tue, Nov 26 2013 11:34 PMPermanent Link

Barry

In a future version of EDB, I'd like to be able to declare multidimensional arrays in a script.

Example:
Declare My2Array Float Array[10,10];
Declare My3Array Float Array[10,10,10];

Currently we are limited to just one dimension as in:
Declare MyArray Float Array[10];

which is rather limited.
Thanks

Barry
EDB v2.13
Wed, Nov 27 2013 11:02 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Barry,

<< In a future version of EDB, I'd like to be able to declare
multidimensional arrays in a script.

Example:
Declare My2Array Float Array[10,10];
Declare My3Array Float Array[10,10,10];

Currently we are limited to just one dimension as in:
Declare MyArray Float Array[10]; >>

Got it, thanks.

Tim Young
Elevate Software
www.elevatesoft.com
Image