Search Results
13 functions found:
| 1. | ArrayCombine ( array1 ; array2 ; startposition ; separator ) |
| Julio Toledo, Automation USA LLC | |
| Returns a combined array from two separate arrays, similar to php's array_combine function. | |
| 2. | ArrayReformat ( valueList ; quoteStyle ; braceStyle ; newSeparator ; oldSeparator ) |
| Julio Toledo, Automation USA LLC | |
| Convert/transform lists to JSON, quoted lists, or other name value pairs | |
| 3. | GetFileSize ( Bytes ; Precision ; UOM ; Format ) |
| Julio Toledo, Automation USA LLC | |
| Converts bytes into a labeled file size, appending | |
| 4. | GetLayoutObjectNames ( file ; layout ; output ) |
| Julio Toledo, Automation USA LLC | |
| Extracts list of all **named** layout objects and returns json, value list, or named value list | |
| 5. | GetLayoutViewState |
| Julio Toledo, Automation USA LLC | |
| Converts window view state values into human readable strings | |
| 6. | GetMajorVersion ( string ) |
| Julio Toledo, Automation USA LLC | |
| Returns Major application version number (as string) by filtering out all non-numeric characters from version string and casting version float to an integer. | |
| 7. | GetMinorVersion ( string ) |
| Julio Toledo, Automation USA LLC | |
| Returns Patch and Minor application version numbers by filtering out all non-numeric characters and truncating version integer. | |
| 8. | GetRelativeDayName ( theDate ; resultLength ) |
| Julio Toledo, Automation USA LLC | |
| Returns relative day name for today, 7 days in the past, and one day into the future in abbreviated or fully spelled format. | |
| 9. | GetSystemPlatformVersion |
| Julio Toledo, Automation USA LLC | |
| Returns host OS name and version number or OS abbreviation and browser version in human readable format. | |
| 10. | GetWindowOrientation |
| Julio Toledo, Automation USA LLC | |
| Converts window orientation values ( aspect ratio and title bar position ) into human readable strings | |
| 11. | GetWindowStyle |
| Julio Toledo, Automation USA LLC | |
| Converts window style values into human readable strings | |
| 12. | hostCanRPC |
| Julio Toledo, Automation USA LLC | |
| Checks if file is hosted on a version of Server that supports Perform Script On Server (PSoS) | |
| 13. | JSONExplode ( JSON ) |
| Julio Toledo, Automation USA LLC | |
| Transforms JSON into a return-delimited list. | |