11-07-2022, 03:39 PM
So today I figure on improving the file handling routine. My goal is to bring in a collapsible display system, so snippets can be stored as headers like [DO:LOOP - Standard] or [DO:LOOP - Indexed] etc. Click the header and it would paste in...
After the paste, just fill in the missing blanks.
Pete
Code: (Select All)
i = 0
DO
i = i + 1
LOOP until i =
After the paste, just fill in the missing blanks.
Pete