diff --git a/Textbox.md b/Textbox.md index 3adb4ce..e90ac67 100644 --- a/Textbox.md +++ b/Textbox.md @@ -2,9 +2,9 @@ TextBox controls are used to receive text input from the user. With the [[PasswordField]] property you can hide the text typed by the user using Unicode character ● (UTF-8 e2978f). -With the [[Mask]]() array you can define a numeric input mask for the text field. +With the [[Mask]] array you can define a numeric input mask for the text field. -To read back what was typed, use the [[Text]]() array: +To read back what was typed, use the [[Text]] array: Var$ = Text(ControlID)