var fk=0
s001_01[fk]
I have tons of arrays s001_01,s001_02,s002_02, and i need to know howi can change the front like something like this, but that works.
var fk = 1
s001_02 = [1,7,3];
var array = “s001_02”;
if([array+[fk]]==7){
//true
}
It may not be possible but if it is please tell me.