Globals.Fcmask
Globals.Fcmask returns the numeric mask used for foreign currencies.
Note: Globals are not available to Grid and External scripts until 17.02. Please check the scripting tree in the script window in Deacom to make sure Globals are available.
Applies To
Properties and Methods
None
Available
The .Fcmask property is available in:
- 15.03.016
- All newer builds
Note: The .Fcmask property and all sub-classes, properties, and methods are only available in Form Layout scripts.
Type
String
Syntax
Globals.Fcmask;
Parameters
None
Example
//--This can be executed on any form event.
Event.Form.YesNo(`Globals.Fcmask: ${Globals.Fcmask}`);
/*
Expected Prompt Response:
Globals.Fcmask: 999,999,999.99
*/