Value of type '1-dimensional array of String' cannot be converted to 'String'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tmccar
    New Member
    • Sep 2011
    • 7

    Value of type '1-dimensional array of String' cannot be converted to 'String'

    Would anyone know why I'm getting the error message "Value of type '1-dimensional array of String' cannot be converted to 'String'"?

    Code snippet:

    Code:
    Dim masterids As Long()
    Dim addedpropdefids As Long()
    Dim removedpropdefids As Long()
    Dim comment As String()
    
    
    Dim updatefileprop As File = mDocSvc.UpdateFilePropertyDefinitions(masterids, addedpropdefids, removedpropdefids, comment)
Working...