DBTable.ConcatenateVariables
Concatenate multiple variables' values into one variable, either a new variable or an existing one. TextOperationFlags can be combination of enum TextOperation values, either one set of flags or an array, 1 per variable.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub DBTable.ConcatenateVariables( _
varList As Variant, _
destVarOrInsertAfter As Integer, _
Optional createNewVariable As Boolean = True, _
Optional TextOperationFlags As Variant, _
Optional prefix As String = "", _
Optional separator As String = "")
|
|
This function does not return a value. |