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
function Test()
? ProcFile()
? ProcFile( NIL )
? ProcFile( 2 )
return nil
- Status
- Ready
- Compliance
-
- PROCFILE() is fully CA-Clipper compliant.
- Files
-
- Library is vm
- See Also