You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CurText: The current message, which would be returned when the user cancels.
LengthOfInput: The amount of characters a user can input.
Example
-- The line below will let the user input their name with 10 characters, it returns "Name" if the user cancels.localYourName=UniversalEdit.Keyboard("Enter your name.", "Name", 10);