Search Results
10 functions found:
| 1. | Arcfactorial ( product ; numberOfFactors ) |
| Jeff Drake, Drakeling Technologies | |
| returns the inverse factorial of a given integer | |
| 2. | CombineValues( list1, list2, divider ) |
| Jeff Drake, Drakeling Technologies | |
| returns a grid of all values in two lists | |
| 3. | CombineValuesExecute_ ( list1; list2; divider; counter1; counter2 ) |
| Jeff Drake, Drakeling Technologies | |
| returns a grid of all values in two lists | |
| 4. | DefineVariables ( global_boolean ) |
| Jeff Drake, Drakeling Technologies | |
| stores all passed variables as local ($) or global ($$) variables | |
| 5. | DefineVariables_ ( global_boolean ) |
| Jeff Drake, Drakeling Technologies | |
| subroutine of DefineVariables custom function | |
| 6. | GetParameter( subParameter ) |
| Jeff Drake, Drakeling Technologies | |
| Returns the specified “sub-parameter” of a given script parameter. | |
| 7. | ModifierVariables ( ) |
| Jeff Drake, Drakeling Technologies | |
| This function creates a local boolean variable for each modifier key. | |
| 8. | RandomDate |
| Jeff Drake, Drakeling Technologies | |
| creates a random date between the specified first and last dates, inclusive | |
| 9. | TrimAt ( text ; delimiter ; occurrence ) |
| Jeff Drake, Drakeling Technologies | |
| returns all text preceding the specified occurrence of the specified delimiter | |
| 10. | TrimFrom ( text ; delimiter ; occurrence ) |
| Jeff Drake, Drakeling Technologies | |
| returns all text following the specified occurrence of the specified delimiter | |