INT64VALUE ER function

The INT64VALUE function returns an Int64 value that represents the specified string.

Syntax 1

INT64VALUE (text)

Syntax 2

INT64VALUE (number)

Arguments

text: String

A text value that must be converted to an Int64 number.

number: Real or Integer

A numeric Real or Integer value that must be converted to an Int64 number.

Return values

Int64

The resulting numeric value.

Usage notes

Any decimal places are truncated.

Example 1

INT64VALUE ("22565422744") returns the Int64 value 22565422744.

Example 2

INT64VALUE ( VALUE("22565422744.77")) returns the Int64 value 22565422744.

Additional resources

Type conversion functions