RFIO.SetFillChar

boolean SetFillChar(BSTR pszFillChar)

Function SetFillChar(pszFillChar As String) As Boolean

Set the fill character for input.

Return value
True=successful, False=error, RF link lost.

Parameters

pszFillChar 
    The first char of this string is used by the RFInput function for displaying.

Remarks
The default character to display is the underscore ("_").
Used by the RFInput function.

Example

See also    RFIO, RFInput