In DS script, I can construct an array as
var myArray = ["AK", "AL", "AR"];
But how do I access the the array elements?
When I try the following it errors out
var myArrayElement = myArray[0];
Are there any methods available for array?
Thanks.
In DS script, I can construct an array as
var myArray = ["AK", "AL", "AR"];
But how do I access the the array elements?
When I try the following it errors out
var myArrayElement = myArray[0];
Are there any methods available for array?
Thanks.