Hi,
I have 2 functions,in 1 function iam creating an entry box.
In the other function, how can i access its value. This is like:
def fun1:
#Create entry box
def fun2:
val=ent.get() #This poses error
I have 2 functions,in 1 function iam creating an entry box.
In the other function, how can i access its value. This is like:
def fun1:
#Create entry box
def fun2:
val=ent.get() #This poses error
Comment