*HIVAL
*HIVAL moves the highest collating value for the field type.
| Field Types | Descriptions |
|---|---|
| For Character Fields: | * **HIVAL** moves the highest collating character for the system (hexadecimal FFs). ). |
| For Graphic Fields: | * **HIVAL** moves the highest collating character for the system (hexadecimal FF's). |
| For Numeric Fields: | * **HIVAL** moves the maximum value allowed for the corresponding field (with a positive sign if applicable). |
| For Float Fields: | * **HIVAL** for 4-byte float = 3.402 823 5E38 (H"FF7FFFFF") * **HIVAL** for 8-byte float = 1.797 693 134 862 315 E308 (H"FFEFFFFFFFFFFFFF") |
| For Date Fields: | See [Default Values for all Date Formats](Default_Values_for_all_Date_Formats.html) for * **HIVAL** values. |
| For Time Fields: | See [Default Values for all Time Formats](default_values_for_all_time_formats.html) for * **HIVAL** values. |
| For TimeStamp Fields: | ***HIVAL** moves 9999-12-31-23.59.59.999999. |
See Also
Default Values for all Date Formats