home *** CD-ROM | disk | FTP | other *** search
- ********************
-
- FUNCTION The_dbf
-
- * This function returns the alias/dbf name of the given
- * select area/number
-
- PARAMETERS _whicha
-
- IF PCOUNT() = 0
- RETURN(ALIAS(SELECT()))
- ELSE
- _whicha = IF(TYPE("_whicha")="C", ASC(UPPER(_whicha))-64, _whicha)
- ENDIF
- RETURN(ALIAS(_whicha))
-
- * End of File
-
-