get the keys of an array
Posted: Fri Apr 05, 2013 6:38 pm
Hi All,
I have to choose between two methods to classify a list of png files like this:
Methode 1
Use the size of file as number of the currentline in a loop
Methode 2
Use the size of file as name of array key in a loop
Methode 2 is faster than Methode 1 but i read "keys of tarray" is desktop only
Is there a way to get the keys of an array on IOS ?
Best regards
Jean-Marc
I have to choose between two methods to classify a list of png files like this:
Code: Select all
size,image1.png,image2.png,image…
Use the size of file as number of the currentline in a loop
Methode 2
Use the size of file as name of array key in a loop
Methode 2 is faster than Methode 1 but i read "keys of tarray" is desktop only
Is there a way to get the keys of an array on IOS ?
Best regards
Jean-Marc