Pascal Scripting: CastStringToInteger
Prototype:
function CastStringToInteger(var S: String): Longint;
Description:
Casts a string to an integer so that a string can be passed to a DLL using CallDllProc.
Remarks:
This function is deprecated. See the Using DLLs topic.