From 4b2b214b15f0a3636afdd81b4fb5cfec29ce0aa9 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Fri, 13 Jan 2017 09:25:01 -0300 Subject: [PATCH] Updated Mask (markdown) --- Mask.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mask.md b/Mask.md index 2c1c8f2..00e9b79 100644 --- a/Mask.md +++ b/Mask.md @@ -4,7 +4,7 @@ The Mask array defines an input mask for [[Textbox]] controls. "0" is a placehol The Textbox control won't accept more characters than the total number of placeholders. -The [[Text]]() array holds the formatted output. Use the [[RawText$]] method to read only the user input values. +The [[Text]]() array holds the formatted output. Use the **RawText$** method to read only the user input values. a$ = Text(TextBox1) 'an example output using the mask above would be "555-7038" b$ = RawText$(TextBox1) 'the sample output above would be returned as "5557038"] \ No newline at end of file