Home | Reviews | GUIpedia | Forum | Fun500
Brandon | ScriptersIn FUn500 GUI 3 it loads scripts into ram then runs them. MPNQB didn't know how to do loops without opening and closing the file over and over again. But in a post by Dave at Pete's QB Site I found the answer.
[quote]There are several ways to fix the code. Probably the easiest way without re-writing a bunch is to just add " SEEK #1, 1 " after the FOR/NEXT that steps through all the lines. That will put the file pointer to the beginning of the OPENed file, so when INPUT is called again it will be back at the beginning of the verses.txt file. [/quote]
-copied from: http://petesqbsite.com/forum/viewtopic.php?t=2717 | 2008-07-19 | 9:27 AM |
aguma | Re:ScriptersOr you could do what GIMI does and save the file into an array. | 2008-07-19 | 2:40 PM |
Brandon | Re:ScriptersWhats this mean? [quote] In FUn500 GUI 3 it loads scripts into ram then runs them [/quote] | 2008-07-19 | 2:49 PM |
aguma | Re:ScriptersOhhh sry i overlooked that part. | 2008-07-19 | 2:52 PM |
GUIs
2021 Brandon Cornell