I need help with the username

image
image

How do I make it so my app won't start unless the person enters a username?

You can do something like this:

blocks (3)

If the user has entered a username, this returns true.

3 Likes

If (Not (is empty (text1. Text)))
Then...

Thank you so much for the help

2 Likes

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