Search Results
14 functions found:
| 1. | @customDebugInfo ( script_comment ) |
| Tony White, Tony White Designs, Inc. | |
| Named and designed to be used with "Set Error Logging" Script Step | |
| 2. | @error.object ( script_comment ) |
| Tony White, Tony White Designs, Inc. | |
| used in Scripts to gather lots of info for troubleshooting | |
| 3. | @escapeTextForFind_v4 |
| Tony White, Tony White Designs, Inc. | |
| Escape Text For Find | |
| 4. | @getScriptID |
| Tony White, Tony White Designs, Inc. | |
| Returns the permanent "under the hood" ID of the Script that it is called from. (more in Long Description) | |
| 5. | @GFN.TO ( field_reference ) |
| Tony White, Tony White Designs, Inc. | |
| returns the table_occurrence from a field_reference | |
| 6. | @sortValues ( the_values ; optional_datatype ; optional_locale ) |
| Tony White, Tony White Designs, Inc. | |
| wraps built in Function: SortValues ( values {; datatype ; locale } ) and trims training return | |
| 7. | @valueListNameFromID ( valueList.ID ) |
| Tony White, Tony White Designs, Inc. | |
| Function Name is descriptive | |
| 8. | getAsURLEncoded.polyfill ( text_in ) |
| Tony White, Tony White Designs, Inc. | |
| Patch for the built in GetAsURLEncoded function. | |
| 9. | getLayoutID.sameFile |
| Tony White, Tony White Designs, Inc. | |
| Returns a_layout_ID for the current Layout in the current File | |
| 10. | hex_to_RGB.result ( hex_code ) |
| Tony White, Tony White Designs, Inc. | |
| "Hex Color Code" can be used for Button text. "RGB.result" can be used to set Field text using TextColor function. | |
| 11. | png1x1 ( hex_string ) |
| Tony White, Tony White Designs, Inc. | |
| Used to set a container field to a 1x1 .png | |
| 12. | textColor.hex ( the_text ; hex_code ) |
| Tony White, Tony White Designs, Inc. | |
| When using the TextColor ( text ; RGB ( r ; g ; b ) ) Function, would you prefer passing in the HEX code? | |
| 13. | value.index.ci ( a_list ; a_value ) |
| Tony White, Tony White Designs, Inc. | |
| Returns the index/row of the first (case insensitive) match of "a value" in "a list" of values | |
| 14. | value.remove.cs ( a_list ; a_value ) |
| Tony White, Tony White Designs, Inc. | |
| removes a_value from a_list // *.cs = Case Sensitive | |