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
- integerget_month(string our_date$)
- integerget_day(string our_date$)
- integerget_year(string our_date$)
- stringget_current_hour()
- Datetdate$
- Stringour_hour$
- stringget_current_minute()
- Datetdate$
- Stringour_hour$
- Stringour_minute$
- stringget_current_second()
- Datetdate$
- Stringour_hour$
- Stringour_minute$
- Stringour_second$
- stringget_hour(string our_time$)
- stringget_minute(string our_time$)
- stringget_second(string our_time$)
- stringget_time(string hr$ string min$ string sec$ integer am_pm_wanted$)
- Stringam_pm$
- Stringtime_string$
- stringget_time_no_sec(string hr$ string min$ integer am_pm_wanted$)
- Stringam_pm$
- Stringtime_string$
- stringget_current_time(integer am_pm_wanted$)
- Datetdate$
- Stringhr$
- Stringmin$
- Stringsec$
- stringget_current_time_no_sec(integer am_pm_wanted$)
- Datetdate$
- Stringhr$
- Stringmin$
- stringget_word_date(string our_date$)
- Integermonth$
- Stringmonth_name$
- Stringtotal_date$
- Stringour_year$
- stringget_title(string our_word$)
- Integerlvar$
- Stringtitle_word$
- Integerupper_next$
- Stringour_letter$
- integerget_file_exists(string filename$)
- Integerexists$
- stringget_time_difference_no_sec(integer hr1$ integer min1$ integer hr2$ integer min2$)
- stringget_time_difference(integer hr1$ integer min1$ integer sec1$ integer hr2$ integer min2$ integer sec2$)
References (1):
Field References (0):
Module | Containing Symbol | Line |
---|