|
|
|
|
MaskFormat (Function) In french: MasqueFormate Formats a character string using an InputMask variable. The character string is formatted as it would be displayed in an Edit control that uses this mask.
MyMask is InputMask = MaskPhoneNumber("FR") Trace(MaskFormat(MyMask, "+33467032032"))
Syntax
<Result> = MaskFormat(<Mask to apply> , <String>)
<Result>: Character string - String formatted according to the specified mask.
- Empty string ("") if an error occurred.
<Mask to apply>: InputMask variable Name of the InputMask variable to be used to define the format of the character string. <String>: Character string Character string to format. if this parameter is invalid, <Result> corresponds to an empty string (""). Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|