How to delete a row from a table?

and how can i change the record i will do it like this but it gives an error

and how can i change the record i will do it like this but it gives an error

Problem is with index, must be a number. Also you are dealing with a table (a list of lists) so you must find the index of row first and then the index of column

See an example

but i need to replace the whole line

Something like this ..

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.