qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ANY Clause
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 When used as the variable type in an AS type clause that is part of a
 procedure declaration, ANY disables type checking for that parameter.
 
    variable AS ANY
 
 See Also
    DECLARE Statement (Basic Procedures)