I am trying to use close[] into a for loop OnRender.
for(int barIndex = index; barIndex <=
I want close[ the barIndex before the barinprogress ] the barinprogress was 912
i get error :
NEWSDBAtest.cs The name 'close' does not exist in the current context CS0103 99 43
Is it possible?
Ty

Comment