Would a fastloop continue to add lines from an ini file at the start of the frame until there are no more lines to add. If so could somebody please tell me how to do this.
I have 52 groups and i need to use the first item string as the identifier in the list object. My current coding is
Start of Frame -
Add Line
GroupItemString$( "Ini", "1", "1" )
The one at the end identifies the item to pull the string off. As there are 52 Groups i am using the middle "1" section to identify the group to be used.