PROCFILE()
This function allways returns an empty string.
Syntax
PROCFILE( <xExp> ) --> <cEmptyString>
Arguments
<xExp> is any valid type.
Returns
<cEmptyString> Return an empty string
Description
This function is added to the RTL for full compatibility. It always returns an empty string.
Examples
? ProcFile()
Tests
PROCEDURE Main() ? ProcFile() ? ProcFile( NIL ) ? ProcFile( 2 ) RETURN
Compliance
Clipper
Files
Library is vm
Seealso
PROCNAME(), PROCLINE()
Pingback: Harbour All Functions – P | Viva Clipper !
Pingback: Harbour hvm Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !