home *** CD-ROM | disk | FTP | other *** search
- ********************
-
- FUNCTION Center
-
- PARAMETERS _temp, _therow
-
- * Yield the number for a potential column screen position that
- * would center the given variable and at what position on the
- * screen would be considered mid-point,
-
- IF PCOUNT() = 1
- _therow = 40
- ENDIF
-
- RETURN(_therow - (LEN(_temp)/2))
-
- * End of File