Search Results
8 functions found:
| 1. | cfCode128Mod ( pString; pCodeSet ) |
| Philip Wang, 106th Street Wheel and Tire | |
| Modified cfCode128() for a different Code128 font. Also reduce potential script errors. | |
| 2. | FieldList4SQL(FieldNameList) |
| Philip Wang, 106th Street Wheel and Tire | |
| Convert a list of field names to the quoted format for sql use. | |
| 3. | GetMatchValueInList (ValueList, Seperator, MatchText) |
| Philip Wang, 106th Street Wheel and Tire | |
| Search in a value list for MatchText, then return the rest seperated by Seperator | |
| 4. | MyLookup(FullFieldName; MatchValue; ReturnFieldName; MatchValueIsNumber) |
| Philip Wang, 106th Street Wheel and Tire | |
| A simplied sql lookup function. Return only one row or data, but can have multiple fields returned. Requires function FieldList4SQL( ) by me. | |
| 5. | PatternCountMultiTotal ( Text ; SearchList, CaseSensitive) |
| Philip Wang, 106th Street Wheel and Tire | |
| It extend the PatternCount function to a valuelist | |
| 6. | RemoveEmptyLines(Text) |
| Philip Wang, 106th Street Wheel and Tire | |
| Remove all empty lines or lines with only spaces | |
| 7. | RemoveLinesContaining ( Text; RedFlag) |
| Philip Wang, 106th Street Wheel and Tire | |
| It will remove all lines containing the "red flag". | |
| 8. | RemoveValuesFromList(ValueList; RemoveCount) |
| Philip Wang, 106th Street Wheel and Tire | |
| Remove a number of values from the value list. Useful for batch process of a long value list. | |