Pascal Scripting: CastIntegerToString
Prototype:
function CastIntegerToString(const L: Longint): String;
Description:
Casts an integer to a string so that a string can be received from a DLL using CallDllProc.
Remarks:
This function is deprecated. See the Using DLLs topic.