Seeding an element of an Array

This is the place to discuss EdgeRater Chart Script

Moderator: Chris White

Post Reply
bsegura
Posts: 32
Joined: Tue Jan 12, 2021 11:56 am

Seeding an element of an Array

Post by bsegura »

Hello:

Is there any way in your version of formula script to "Seed an element of an Array"

For example... assign barcount 0 (the first element of the array) the number 0

This could be a way of preassigning a particular variable in an array to 0

Thanks,
Brian
Chris White
Posts: 200
Joined: Mon Nov 29, 2010 9:21 pm

Re: Seeding an element of an Array

Post by Chris White »

Hi Brian,

The Formula languages don't have constructs to set individual elements of an array. The operations are carried out on the entire array.

If you post your end goal maybe someone in the forum could help with the script.

Chris.
Post Reply