0
How to do multiple works with list,in situation only can use local variables.. (Add,show,find from different buttons)
All inside Def & list is inside "def add" There are def find, def display How to link all together without global variable?
1 Réponse
0
Try using a class and change your functions into methods of it. You can store all your variables you need inside.