Random message “Select list item: Attempt to get item number 0 of the list”

let me recommend you to keep all those lists in sync, i.e. if you delete a question from the question list, then also delete the corresponding answers form the answer list, the corresponding image from the imagelist, the corresponding author from the authors list etc. and always use the randomIndex to access the current data in all those lists, no need to have another index variable

Taifun