Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>exename()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EXENAME()
 Returns name and directory of the current CA-Clipper program
------------------------------------------------------------------------------
 Syntax

     EXENAME() --> cProgram

 Returns

     EXENAME() returns the name and path of the current .EXE program.

 Description

     This function determines the name and path of the CA-Clipper application
     in use.

 Note

     .  Use the TOKEN() function to determine the name portion of a
        program within a path.

 Example

     Determine if the name or path of an EXE file has changed:

     cOrigPath  :=  "C:\DATA\ADDRESS.EXE"
     IF EXECNAME() <> cOrigPath
        ? "Program name or directory have been changed!"
        QUIT
     ENDIF


See Also: TOKEN()

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