Search Results
11 functions found:
| 1. | AddDollarFormat ( Number ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Turn unformatted number into dollars with commas rounded to nearest penny. | |
| 2. | ErrorToEnglish ( ErrorNum ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Translate FileMaker error codes to the English language description. Updated for 17. Includes legacy codes. | |
| 3. | HexToRGB ( Hex ; RGorB ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Returns a decimal integer that represents a color obtained by converting standard 6 character hexadecimal input. | |
| 4. | MatchPrefix ( theList ; thePrefix ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Returns first value in a list that matches the supplied prefix. | |
| 5. | MatchPrefixAll ( theList ; thePrefix ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Returns all values from a list that matches the supplied prefix. | |
| 6. | NumToAlpha ( integer ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Convert numbers to letters | |
| 7. | NumToHex ( integer ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Convert Base 10 number to Base 16 | |
| 8. | PolygonArea ( xlist ; ylist ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Calculate area of a polygon from array of XY coordinates | |
| 9. | PolygonAreaHelper ( xlist ; ylist ; prevDep ; prevDMD ; i ; list |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Helper function for PolygonArea | |
| 10. | UrlDecode ( text ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Decodes URL encoded text | |
| 11. | UrlEncode ( text ) |
| Jeremiah Small, Soliant Consulting, Inc. | |
| Converts illegal and reserved URL characters into URL-legal hex code. | |