Talk:F$SEARCH()

From VSI OpenVMS Wiki
Revision as of 17:38, 9 October 2020 by Puder (talk | contribs) (Created page with "The second example that searches both *.COM and *.DAT is not very sensible. The loop will only terminate when the searches simultaneously find no more files. If one runs out b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The second example that searches both *.COM and *.DAT is not very sensible. The loop will only terminate when the searches simultaneously find no more files. If one runs out before the other, it will start over on the next loop and keep finding the same files again.

--Puder (talk) 17:38, 9 October 2020 (UTC)