DIRECTORY_DELIMITER (Get) As String |
IntegerPair | Carrier for a pair of Integers |
columnValStr(doc As NotesDocument, colnum As Integer) As String |
columValArray(doc As NotesDocument, colnum As Integer) As Variant |
fileExists(filepath As String) As Boolean |
getElementCount(source As Variant) As Long |
getListSize(source As Variant) As Long |
getListTags(source As Variant) As Variant |
getScalar(source As Variant) As Variant |
isBlankString(source As String) As Boolean |
isEven(source As Integer) As Boolean |
isTrue(source As Variant) As Boolean |
makeDirectory(target As String) As Boolean |
sortArray(sArray As Variant, orderflag As String) As Boolean |
strCmp(string1 As String, string2 As String) As Boolean |
writeTextFile(source As String, target As String) As Long |
shellSortIntegers(source As Variant) |
trimString(target As String) |
Public Function fileExists(filepath As String) As Boolean | ||||
---|---|---|---|---|
Checks to see if a file exists. | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | filepath | String | filepath to check for existence. |
Public Function getElementCount(source As Variant) As Long | ||||
---|---|---|---|---|
Gets the number of elements in a list or array | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | Variant |
Public Function getListSize(source As Variant) As Long | ||||
---|---|---|---|---|
Gets the size number of elements in a list | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | Variant |
Public Function getListTags(source As Variant) As Variant | ||||
---|---|---|---|---|
Gets the listTags for a list | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | Variant | List object from which to get the list tags |
Public Function isBlankString(source As String) As Boolean | ||||
---|---|---|---|---|
Tests a string for "blankness" Whitespace is counts a blank | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | String | String to test |
Public Function isEven(source As Integer) As Boolean | ||||
---|---|---|---|---|
Tests and integer to determine if it is evenly divisible by 2 | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | Integer | Integer value to test |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.