Pascal Scripting: StrToInt64Def

Prototype:

function StrToInt64Def(s: string; def: Int64): Int64;

Description:

The StrToInt64Def function converts the string passed in S into a 64-bit number. If S does not represent a valid 64-bit number, StrToInt returns the 64-bit number passed in Def.