From 1c0d2282fc5b3bb8f6d690b964517226bcedb5c8 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sat, 13 Jan 2018 10:22:59 -0200 Subject: [PATCH] Updated Textbox (markdown) --- Textbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)