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>videoinit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VIDEOINIT()
 Reinitializes a video system after a RUN
------------------------------------------------------------------------------
 Syntax

     VIDEOINIT()

 Description

     When you call an external program through RUN, or add on library
     routines that change the screen mode or other related settings, use
     VIDEOINIT() to reinitialize the CA-Clipper Tools internal video system.

 Note

     .  Despite the fact no value is returned, the Var variable
        contains a value of .F. when you attempt something like Var:=
        VIDEOINIT().

 Examples

     .  After calling an external program...

        RUN VGATEST.EXE

     .  ...reset the CA-Clipper video system:

        VIDEOINIT()


See Also: Introduction

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