Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>return a blank value for the type of parameter passed.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Return a blank value for the type of parameter passed.
------------------------------------------------------------------------------

 Syntax

        GT_Blank( <xVar> ) --> <xBlankVar>

 Arguments:

      <cVar>        Any Clipper variable type.

 Returns:

      <xBlankVar>   A blank copy of the variable type of length of the
                    parameter.

 Description:

      Return a blank value for the type of parameter passed.

 Examples:

      GT_Blank(space(8)) --> space(8)
      GT_Blank("Phillip Hamlyn") --> space(14)
      GT_Blank( {|| "PCH" } ) --> space(3)
      GT_Blank( 123123 ) --> 0
      GT_Blank( ctod("31/08/69") ) --> ctod("")
      GT_Blank( {1,2,3} ) --> {}
      GT_Blank( TbrowseNew() ) --> NIL
      GT_Blank( TRUE ) --> FALSE

 Source: GT_BLANK.PRG

 Author:  Phillip Hamlyn

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