Pascal Scripting: StrToInt64

Prototype:

function StrToInt64(s: string): Int64;

Description:

The StrToInt64 function converts the string passed in S into a 64-bit number.

Remarks:

Use of StrToInt64Def instead of StrToInt64 is recommended.