Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>aplicname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    AplicName()

         Determines the application name

    Syntax:

         AplicName( [cName] ) -> cOldName

         cName : The name of the application

    Description:

         With this function you define the message to show in Screen Saver.

    Return:

         The actual application name.

    Example:

         cName := AplicName( "Hello Mary" )
                                // we save the actual name
                                // and set a new
         Tetris()               // when the screen saver starts will see
                                // "Hello Mary..."
         AplicName( cName )     // we restore the old name

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