jmizinets / Publications
Forum
Data mismatch confusion
Hi everyone, As I was trying to create an array that will assign a unique name to each arrow on the graph ("Down 1", "Down 2", etc.) I got "data mismatch" error. string highArrows[]; ... for (j=0; j<=highPicksCounter-1; j++) { ArrayResize(highArrows,highPicksCounter);