Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

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: PROCNAME() PROCLINE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson