Forum Archive

Way to tell if Text Field is empty

techteej

Is there any way to tell if a text field is empty?

ccc
if view['user text'].text == '':
    print('empty')
else:
    print('not empty')
techteej

Thanks.

Update to high scores module coming soon.