|
int | length (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | midstr (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &start, const OMEtype &len) |
|
int | midchar (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &start) |
|
int | charToString (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | reverseString (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | forceToASCII (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | typeOf (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | exactTypeOf (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | typeAsText (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | elementCount (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | isEmpty (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | findSubstring (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring) |
|
int | findSubstringAfter (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset) |
|
int | findLastSubstring (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring) |
|
int | findLastSubstringBefore (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset) |
|
int | tokenizeString (OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &delimString, const OMEtype &convFlag) |
|
int | stringToNumber (OMEthread *thread, OMEtype &result, const OMEtype &str, const OMEtype &desiredType) |
|
int | indexExists (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript) |
|
int | nextIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript) |
|
int | priorIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript) |
|
int | getKeyForIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript) |
|
int | deleteIndex (OMEthread *thread, OMEtype &result, const OMEtype &array, const OMEtype &subscript) |
|
int | mergeArrays (OMEthread *thread, OMEtype &result, const OMEtype &args) |
|
int | encodeLengthAsString (OMEthread *thread, OMEtype &result, const OMEtype &len) |
|
int | decodeStringAsLength (OMEthread *thread, OMEtype &result, const OMEtype &data) |
|
int | arrayToSet (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | setToArray (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|
int | getApplicationVariable (OMEthread *thread, OMEtype &result, const OMEtype &varName, const OMEtype &extraVars) |
|
int | getEnvironmentVariable (OMEthread *thread, OMEtype &result, const OMEtype &varName) |
|
int | substituteText (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &replacements) |
|
int | substituteEnvironmentVariables (OMEthread *thread, OMEtype &result, const OMEtype &line, const OMEtype &extraVariables) |
|
int | orderSubscripts (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode) |
|
int | sortArray (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode) |
|
int | convertCase (OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &toLower) |
|
int | compareStrings (OMEthread *thread, OMEtype &result, const OMEtype &str1, const OMEtype &str2, const OMEtype &fuzzyCompare) |
|
int | createNLM (OMEthread *thread, OMEtype &result, const OMEtype &catName, const OMEtype &messID, const OMEtype &defaultMess, const OMEtype &args, const OMEtype &extras) |
|
int | nlmInfo (OMEthread *thread, OMEtype &result, const OMEtype &arg) |
|