1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Updated Mask (markdown)

FellippeHeitor 2017-01-13 09:25:01 -03:00
parent b045ca8b73
commit 4b2b214b15

@ -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"]