473,388 Members | 1,340 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

BC30518:Overload resolution failed because no accessible 'Join' can be called with these arguments

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, ",")


Feb 15 '08 #1
2 7827
"Bart" <b@b.dschrieb:
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, ",")
The first parameter of 'Join' must be either an array of string ('String()')
or an array of object ('Object()').

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Feb 15 '08 #2
thanks for replying...

"Herfried K. Wagner [MVP]" <hi***************@gmx.atschreef in bericht
news:%2****************@TK2MSFTNGP05.phx.gbl...
"Bart" <b@b.dschrieb:
>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, ",")

The first parameter of 'Join' must be either an array of string
('String()') or an array of object ('Object()').

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Feb 15 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: D. Shane Fowlkes | last post by:
Can someone please tell me what's wrong with this basic sub rountine? It's supposed to just write 5 < hr /> lines to the page (I'm just teaching myself as I read a book on .NET). It seems to error...
7
by: TJS | last post by:
javascript "confirm" fires after deletion instead of before deletion. how do I get this to stop the processing ? code ================== Sub ShowAlert(ByVal s As string)...
16
by: les | last post by:
I'm trying to http post xml data to a remote server and I get this error: BC30518: Overload resolution failed because no accessible 'GetBytes' can be called with these arguments: Line 20: Dim...
0
by: bcobra | last post by:
What am I doing wrong? the code: age Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.