Salesforce

HVal (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

HVal (Magic xpa 2.x)

Returns the decimal (base 10) value of a hexadecimal (base 16) number.

Syntax:

HVal(string)

Parameters:

string: An Alpha string that represents a hexadecimal (base 16) number.

Returns:

A numeric value

Example:

HVal('FF') returns 255. HVal('10') returns 16.

Note:

Results are left justified.

See also:

HStr

The Online and Rich Client Samples projects (program CV10 and RCV10)

Reference
Attachment 
Attachment