Search Results
3 functions found:
| 1. | get_params |
| Steve Harley | |
| automatically turns named script parameters into local variables | |
| 2. | is_valid_number (some_text) |
| Steve Harley | |
| returns true (1) if the input text represents a valid number | |
| 3. | repeat_insert (a_string; to_insert; the_interval) |
| Steve Harley | |
| insert a string every so many positions within another string | |