toshiorusso86 / Publications
Forum
Help with ArraySize
Hi, I know this is quite basic, but I have a doubt on ArraySize function ; does it return the size of the array or the number of non-null elements in the array? For example: double array[]; ArrayResize(array,100); array[0]=4; array[1]=4; array[2]=4; int size=ArraySize[array]; In this case, will
Looking up values in array based on specific time
Hi all, I am quite new to coding, and I'm trying to build an array that stores tick info, including time. Once the ticks have been stored, I would like then like to lookup tick values within the array corresponding to a specific time hh:mm:ss. Could someone explain what is the logic/key functions to