Thanya Kanapornpong / Profile
- Information
- 11+ yearsexperience0products0demo versions0jobs0signals0subscribers
Thanya Kanapornpong
Added topic Array Out Of Range Problem, Why it related to Global scope variable declaration?
I have tested simple code below and i got Array Out of Range Error. #property strict void OnTick () { Test(); } void Test() { double a[ 500 ]; Print (a[ 10 ]);