CastIntegerAsString

Top  Previous  Next

Prototype

 

StrOutput:= CastIntegerAsString(IntValue)

 

Description

 

Convert the integer parameter in a pointer to integer.

 

Parameters

 

IntValue: integer value to convert

 

Returned Value

 

StrOutput: string representing the pointer.

 

Notes

 

The cast function have to be used only to support CallLibrary function if some DLL functions have “ByRef” parameter instead of “ByVal” ones.