for(int h=0;h==de;h++)
you probably mean
for(int h=0;h<de;h++)
for(int G=0;G==de;G++) { int temp=ArrayRange(aTimer,G); //--- print PrintFormat("dim = %d, range = %d",G,temp); }
I have no idea what you are trying to achieve here
The array is single dimensional, so there is no point in trying to retrieve the size of dimensions that don't exist
thankz GumRai the second for , want only print a array content , how is possible to do ???
thankz GumRai the second for , want only print a array content , how is possible to do ???
Sorry, I still have no idea what you are trying to do.
Maybe you don't know what ArrayRange() returns? and think that it does something else?
i want to do:
take time
insert in array
display the array
yea probably Arrayrange is not correct
, because return a elements , and i want a content , but how is possible display a content of array ???
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hi guy
i try tounderstund how use Array , i created a simply script
in this script i want insert a seconds in Array and after print it , but not work :D some one canhelp me ?? thankz