Search Results
19 functions found:
| 1. | ListAdd ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Add the given value, InValue, to the given list, InList. | |
| 2. | ListAddUnique ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Add given value, InValue, to given list, InList, but only if not already in list. | |
| 3. | ListExist ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Does a value exist in a list. | |
| 4. | ListGet ( InList; InNum ) | 
| Richard DeShong, Logic Tools | |
| Get the value from the list, specified by InNum | |
| 5. | ListMinus1st ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Remove 1st occurrence from list. | |
| 6. | ListPosition ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Find position of InValue in InList. Not recursive. | |
| 7. | ListRemoveBlanks ( InList ) | 
| Richard DeShong, Logic Tools | |
| Remove blank lines from list (and any ending return). Not recursive. | |
| 8. | ListToggle ( InList ; InValue ) | 
| Richard DeShong, Logic Tools | |
| Adds or removes given Value from given List | |
| 9. | MonthsBetween ( InDate1 ; InDate2 ) | 
| Richard DeShong, Logic Tools | |
| Calculate the months between two given dates (non-recursive) | |
| 10. | NameCase ( InName ) | 
| Richard DeShong, Logic Tools | |
| Use to proper case each part of a person's name. | |
| 11. | NVParse ( InNVPs ) | 
| Richard DeShong, Logic Tools | |
| Turns a Name=Value vertical-bar-delimited list into $local FM variables. | |
| 12. | PhoneFormat ( InPhone ) | 
| Richard DeShong, Logic Tools | |
| Format into 1 to 3 digit chunks with a final 4 digit chunk. Extensions not handled. Not recursive. | |
| 13. | SetField ( InValue ) | 
| Richard DeShong, Logic Tools | |
| Set field to value, checks for value of | |
| 14. | SetVar ( InValue ) | 
| Richard DeShong, Logic Tools | |
| Assign value to a variable, making sure variable exists if value is empty. | |
| 15. | TextEscape ( InText ) | 
| Richard DeShong, Logic Tools | |
| For finding text in a script when user enters the text, escapes certain characters that would cause the find to fail. | |
| 16. | TimeDisp ( InTime ) | 
| Richard DeShong, Logic Tools | |
| Returns a text version of the time. | |
| 17. | TimeDispRange ( InTimeStart ; InTimeEnd ) | 
| Richard DeShong, Logic Tools | |
| Display a time range in a compact form. | |
| 18. | TimeFormat ( InTime ; InFormat ) | 
| Richard DeShong, Logic Tools | |
| Returns text version of time, InTime, in specified format, InFormat. | |
| 19. | XML_Get ( InXML ; InElement ; InOccurrence ) | 
| Richard DeShong, Logic Tools | |
| Returns the text between the Elements tags, for the given Occurrence | |