FT_HEX2DEC

FT_HEX2DEC()
 Convert a hex number to decimal

 Syntax

     FT_HEX2DEC( <cHexNum> ) -> nDecNum

 Arguments

    <cHexNum> is a character string representing a hex number.

 Returns

    A decimal number.

 Description

    Converts a hexadecimal number to a BASE 10 decimal number.
    Useful for using FT_INT86().

 Examples

    FT_INT86( HEX2DEC( "21" ), aRegs )

    Converts 21h, the Dos Interrupt, to its decimal equivalent,
    33, for use by FT_INT86().

 Source: HEX2DEC.PRG

 Author: Robert A. DiFalco

 

2 responses to “FT_HEX2DEC

  1. Pingback: FT Functions | Viva Clipper !

  2. Pingback: FT Conversion | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.