Search Results
10 functions found:
| 1. | convert_gps_gausskrueger2wgs84( coordinate ; error) |
| Rewolfer | |
| Converts an Gauß-Krüger-coordinate (as used by O2) to an comma-seperated WGS84-coordinate | |
| 2. | convert_gps_gausskrueger2wgs84_sub (Latitude ; CartOutputXMeters ; CartOutputYMeters ; CartOutputZMeters) |
| Rewolfer | |
| Recursive subclass to convert_gps_gausskrueger2wgs84 and cannot be used on ist own | |
| 3. | IsDate ( _var ) |
| Rewolfer | |
| return valid date as number of days since 0001-01-01 or nothing if invalid | |
| 4. | IsTime ( _var ) |
| Rewolfer | |
| return valid time as number of seconds or nothing if invalid | |
| 5. | IsTimestamp ( _var ) |
| Rewolfer | |
| return timestamp in number of seconds if valid or nothing if invalid | |
| 6. | Number_Value ( _var ) |
| Rewolfer | |
| return a valid number according to regional setting or nothing if invalid | |
| 7. | Text_Get_DelimitedValue ( _text; _delimiter ; _occurence ; _default ) |
| Rewolfer | |
| Extracts the nth value from a delimited text counting from the left or right end. | |
| 8. | Timestamp_Format_RFC822 ( _timestamp ; _timezone ) |
| Rewolfer | |
| Formats valid RFC2822-timestamps as FMP-timestamps or vice versa. | |
| 9. | time_format_ISO8601 (mytime ; empty_random_null) |
| Rewolfer | |
| Returns a ISO-valid time from time or timestamp fields | |
| 10. | Time_ofDay ( _var ) |
| Rewolfer | |
| return number of seconds since midnight if valid or nothing if invalid | |