See Also: External_Function, Integer, String Functions
Creates a String filled with 0 of specified length.
This function can be used to zero fill string that must be filled to a fixed length before it is passed to a DLL function.
(ZeroString( {integerLength} ))
The ZeroString function returns a String filled to Length integerLength filled with ASCII character zero (0).
Integer iLength
String sParameter
Move (ZeroString(iLength)) to sParameter