B
Bart
Hi,
i get the error "BC30518:Overload resolution failed because no accessible
'Join' can be called with these arguments"
at line: hvd = Join(hvertp, ",")
Any idea what's wrong here?
Thanks
bart
Dim i, hvertp(5), x As Integer
Dim hvd As String
For i = 0 To 5
x = x + 1
hvertp(i) = x
Next
hvd = Join(hvertp, ",")
i get the error "BC30518:Overload resolution failed because no accessible
'Join' can be called with these arguments"
at line: hvd = Join(hvertp, ",")
Any idea what's wrong here?
Thanks
bart
Dim i, hvertp(5), x As Integer
Dim hvd As String
For i = 0 To 5
x = x + 1
hvertp(i) = x
Next
hvd = Join(hvertp, ",")