AMOS:Bug DirFirst, DirNext and Fsel$

From Amiga Coding
Revision as of 03:51, 17 December 2018 by LuisCoCo (talk | contribs) (Created page with "Using DirFirst and DirNext with file that have 2 times point, like for example File.00001.IFF, a search of * .IFF fails, because it searches from left to right. In FSel$ too...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using DirFirst and DirNext with file that have 2 times point, like for example File.00001.IFF, a search of * .IFF fails, because it searches from left to right.

In FSel$ too

On the other hand, in AmigaDos the same DirFirst command does it correctly.