Search Results
16 functions found:
| 1. | Bin2Hex ( binary ) |
| Vaughan Bromfield | |
| A function to convert a binary number to a hex string. | |
| 2. | ChecksumAdler32 ( text ; seed1 ; seed2 ) |
| Vaughan Bromfield | |
| Creates a checksum of the input text bases on the Adler-32 algorithm. | |
| 3. | DistanceBetweenPoints ( Lat1; Lon1; Lat2; Lon2; Units ) |
| Vaughan Bromfield | |
| Calculates the distance between any two points on Earth. | |
| 4. | GetTableName ( field ) |
| Vaughan Bromfield | |
| Returns the name of the table associated with the specified field. | |
| 5. | HashFNV1a32 ( text ; empty ) |
| Vaughan Bromfield | |
| Computes the 32 bit binary FNV-1a has for the input text. | |
| 6. | HashFNV1a64 ( text ; empty ) |
| Vaughan Bromfield | |
| A function to calculate the 64 bit FNV-1a hash of a text string. | |
| 7. | HolidaysAUS ( theYear ) |
| Vaughan Bromfield | |
| Creates a paragraph-delimited list of dates for Australian national holidays. | |
| 8. | IsValidABN ( text ) |
| Vaughan Bromfield | |
| Validates Australian ABN numbers. | |
| 9. | Keywords ( text ; separator ) |
| Vaughan Bromfield | |
| Creates a delimited list of words, with plural words converted into singulars. (English only) | |
| 10. | NewWindowName ( name ) |
| Vaughan Bromfield | |
| Generates a unique window name by appending -N to the window name. | |
| 11. | Ordinal ( number ) |
| Vaughan Bromfield | |
| Converts an integer into an ordinal number (1st, 2nd, 3rd). | |
| 12. | ParseDate( text ) |
| Vaughan Bromfield | |
| Returns the first valid date found from a text string. | |
| 13. | RemoveValue( theList ; value ) |
| Vaughan Bromfield | |
| Removes the first value from a paragraph delimited list but leaves all other duplicate values in the list. | |
| 14. | SummariseValues ( values ; separator ) |
| Vaughan Bromfield | |
| Summarises the values in a paragraph delimited list. The format of the output is value & separator & count¶ with a paragraph after the last value. | |
| 15. | WorkFromHome |
| Vaughan Bromfield | |
| A function to determine whether to stay at home or work at the office. | |
| 16. | XORbin( bin0 ; bin1 ; "" ) |
| Vaughan Bromfield | |
| Returns the XOR of two binary numbers. | |