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


Syntax:        L_CHKSCR(<expC1>[,<expC2>][,<expN>])


Purpose:       To investigate the contents of a file created by the
               L_SAVESCR() function.


Arguments:     <expC1> is the name of the file.

               <expC2> is the optional name of the screen for which to
               search.

               <expN>  is the optional position within the file at
               which to locate a particular screen.


Returns:       If a particular screen is specified and found then the
               position within the file, the screen name and screen
               size are returned. If nothing is found then an error
               message is returned. If both the optional parameters
               are ignored then a list of all the screens in the file
               is returned.


Usage:         To study the contents of a file created by L_SAVESCR().


Examples:      L_CHKSCR("svscr.scr","",1)  && Result: 1 Data_in 1 1840

               nm = "default"
               L_CHKSCR("svscr.scr",nm)        && Result: 3 default   2130

               L_CHKSCR("svscr.scr")
                                               && Result: 1 Data_in 1 1840
                                                          2 Data_in 2 3304
                                                          3 default   2130


Language:      Clipper

See Also: L_SAVESCR() L_RESTSCR()

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