I have a sequential file as a data source, and I'm populateing a list box with this data several lines of numbers each 6 numbers long (1-99).
In my list box I can update as necessary with the 'ADDITEM' syntax, and I can delete any selected range from the list with the 'REMOVEITEM' syntax. But how can I cascade the deleted range down to the sequential file so that the deleted range is actually deleted - I'm trying to extract the values in the list box after the user has selected the line to be deleted, but I'm falling down badly !!
Any hints tips or clues would be most welcome
Steady ...
In my list box I can update as necessary with the 'ADDITEM' syntax, and I can delete any selected range from the list with the 'REMOVEITEM' syntax. But how can I cascade the deleted range down to the sequential file so that the deleted range is actually deleted - I'm trying to extract the values in the list box after the user has selected the line to be deleted, but I'm falling down badly !!
Any hints tips or clues would be most welcome
Steady ...