I am getting error and don't know which block is giving due to large no. Of blocks

I am getting error , I know what the error mean but don’t know which block is giving such error. My app is having a lot of blocks and I am giving blocks of the function which is going on that time



your error clearly says, such item is not present in the list, thats why it throws index as 0

Make sure what is present in the global list 2

These items are present in global list1 and afterplacedleftlist, not global list2

if then how can you remove it from global list 2

Global list 1 and global list 2 are having value of food name and food price respectively. So when global list1 item is removed and hence price list should also be removed.

And it is causing problem when global halforfull2_faltu is equal 1 not 0

Check your index in list blocks
One of them returns 0, i.e. the item was not found in the list

Taifun