Triton Posted April 6, 2004 Posted April 6, 2004 I've created an ini file (see Below) [PROGRAMS] prog1 = prog2 = prog3 = etc... Say my ini has an undetermind number of progs. How do i know when I'm at the end of my ini file? Triton
Holger Posted April 6, 2004 Posted April 6, 2004 (edited) Maybe so, a 'fast' written sample: While 1 $prog = IniRead("xyz.ini","Programs", "prog" & $i, "error" ) If $prog = "error" then ExitLoop ... do prog-commands here ... WEnd Edited April 6, 2004 by Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now