Goto: 4C Home | 4C Docs | System PCLs List sys.fmt_field()

sys.fmt_field()

Purpose:
sys.fmt_field() returns a formatted field.
Usage:
aval = sys.fmt_field(<field>);
Arguments:

AnyType <field> - Any field of any data type defined in the program.
Returns:
alpha <aval> - The formatted value of <field>.
Where Used:
sys.fmt_field() can be called from anywhere.
Example:
Description:
sys.fmt_field() returns the formatted field, using the default display format for the field. There are no error returns.
Requirements
4csrvr 5.0.6
Bugs/Features/Comments:
See Also:
sys.fmt_field()
sys.fmt_alpha()
sys.fmt_choice()
sys.fmt_date()
sys.fmt_float()
sys.fmt_integer()
sys.fmt_time()


Back to Top