![]() |
send array into function
I cant send an array into my function.. i havent used VB in a while, can you tell me what is wrong with my code
Function Leave(Channel(1 to 20) as String) as Double thank you for your time. |
Re: send array into function
If I remember correctly with VB6 you would send an array to a function using:
The declaration and function contents Code:
Function Leave(Channel() as String) as DoubleCode:
Dim retval as Double ' return value |
Re: send array into function
thanks that worked well
|
Re: send array into function
if i knew how to mark this as solved i would.
|
Re: send array into function
Quote:
|
Re: send array into function
Quote:
|
| All times are GMT +5.5. The time now is 19:05. |