IDMNodeHelper.VariablesToArray

Given a variable list in a VARIANT, this helper function converts it to an array of 1-based variable numbers.

Syntax Parameters Return Value
Sub IDMNodeHelper.VariablesToArray( _
    pS As InputSpreadsheet, _
    variables As Variant, _
    ByRef VarArray As Variant)
  • pS [in]

Type: InputSpreadsheet

  • variables [in]

Type: Variant

  • VarArray [out]

Type: Variant

This function does not return a value.