Returns data as text in hexadecimal format.
HexEncode(data)
data
- any text expression or field.
text
FileMaker Pro 16.0
This function converts text in text fields, variables, and calculations to UTF-8 format before encoding it (container data is not converted before encoding it).
•This function is not supported in runtime solutions and returns "?".
HexEncode ( "FileMaker" )
returns 46696C654D616B6572.
Converts the contents of a container field to hex-encoded text and stores it in a text field.
Set Field [ table::hexdata ; HexEncode ( table::container ) ]