Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Functions

CNSImage_HexToDec

NameCNSImage_HexToDec
Description

Returns the Decimal representation of the Hex number passed to the “Hex” parameter.

Return TypeNumber
FormatCNSImage_HexToDec ( Hex )
Required Parameters
Hex

The Hexidecimal number to convert to Decimal.

Example
Example 1

Returns 127.

CNSImage_HexToDec( "7F" )