StoredFormat property: Field class
Description
This property returns the custom character format (as a string) for the field executing the property.
If the field doesn’t have a custom format associated with it, the user receives a runtime error message.
If the field has a display format associated with it, you can change that using the DisplayFormat property.
This property is read-only.
Example
WinMessage("The character field's custom stored format is : " | &CHARACTER.Stored⇒
Format);
/* this assumes that &CHARACTER is a custom formatted */
/* field */
Related Topics