Strange behavior of files()

Michael Kristensen michael-kristensen at dsa-net.dk
Tue Aug 27 06:49:45 EDT 2013


Hi there

I have a folder with 1347 jpg files

they are sequently named

xxxxxxxx 0001.JPG
xxxxxxxx 0002.JPG
xxxxxxxx 0003.JPG
...
xxxxxxxx 1345.JPG
xxxxxxxx 1346.JPG
xxxxxxxx 1347.JPG

Strangely the files() function return a list omitting the first two and the last two.

Thus the list start with xxxxxxxx 0003.JPG and ends with xxxxxxxx 1345.JPG.

Anyone seen this behavior?

Mic



More information about the use-livecode mailing list