KNUM

Elemental Intrinsic Function (Specific): Converts a character string to an INTEGER(8) value.

Syntax

result = KNUM (i)

i

(Input) Must be of type character.

Results

The result type is INTEGER(8). The result value is the integer value represented by the character string i.

Example

KNUM ("46616") has the value 46616 of type INTEGER(8).


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.