CastFloatAsString |
Top Previous Next |
Prototype
StrOutput:= CastFloatAsString(FloatValue)
Description
Convert the float parameter in a pointer to float.
Parameters
FloatValue: 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. |