Module func.pkg
FUNC.PKG
New global DataFlex functions
Doug Goldner 2/25/91
OBSOLETE - This package is included for backwards compatibility .
Do not use these for new programs and attempt to replace these
with your own package as soon as possible.
func.pkg (view source)- import declarations
- integer
get_month(string our_date$)
- integer
get_day(string our_date$)
- integer
get_year(string our_date$)
- string
get_current_hour()
- Date
tdate$ - String
our_hour$
- string
get_current_minute()
- Date
tdate$ - String
our_hour$ - String
our_minute$
- string
get_current_second()
- Date
tdate$ - String
our_hour$ - String
our_minute$ - String
our_second$
- string
get_hour(string our_time$)
- string
get_minute(string our_time$)
- string
get_second(string our_time$)
- string
get_time(string hr$ string min$ string sec$ integer am_pm_wanted$)
- String
am_pm$ - String
time_string$
- string
get_time_no_sec(string hr$ string min$ integer am_pm_wanted$)
- String
am_pm$ - String
time_string$
- string
get_current_time(integer am_pm_wanted$)
- Date
tdate$ - String
hr$ - String
min$ - String
sec$
- string
get_current_time_no_sec(integer am_pm_wanted$)
- Date
tdate$ - String
hr$ - String
min$
- string
get_word_date(string our_date$)
- Integer
month$ - String
month_name$ - String
total_date$ - String
our_year$
- string
get_title(string our_word$)
- Integer
lvar$ - String
title_word$ - Integer
upper_next$ - String
our_letter$
- integer
get_file_exists(string filename$)
- Integer
exists$
- string
get_time_difference_no_sec(integer hr1$ integer min1$ integer hr2$ integer min2$)
- string
get_time_difference(integer hr1$ integer min1$ integer sec1$ integer hr2$ integer min2$ integer sec2$)
References (1):
Field References (0):
Module | Containing Symbol | Line |
---|