Search Results
12 functions found:
1. | @customDebugInfo ( script_comment ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Named and designed to be used with "Set Error Logging" Script Step | |
2. | @escapeTextForFind_v4 |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Escape Text For Find | |
3. | @getScriptID |
Average rating: 0.0 | |
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) | |
4. | @GFN.TO ( field_reference ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
returns the table_occurrence from a field_reference | |
5. | @valueListNameFromID ( valueList.ID ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Function Name is descriptive | |
6. | getAsURLEncoded.polyfill ( text_in ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Patch for the built in GetAsURLEncoded function. | |
7. | getLayoutID.sameFile |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Returns a_layout_ID for the current Layout in the current File | |
8. | hex_to_RGB.result ( hex_code ) |
Average rating: 0.0 | |
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. | |
9. | png1x1 ( hex_string ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Used to set a container field to a 1x1 .png | |
10. | textColor.hex ( the_text ; hex_code ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
When using the TextColor ( text ; RGB ( r ; g ; b ) ) Function, would you prefer passing in the HEX code? | |
11. | value.index.ci ( a_list ; a_value ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
Returns the index/row of the first (case insensitive) match of "a value" in "a list" of values | |
12. | value.remove.cs ( a_list ; a_value ) |
Average rating: 0.0 | |
Tony White, Tony White Designs, Inc. | |
removes a_value from a_list // *.cs = Case Sensitive | |