C
cmdolcet69
How can i write a correct function: If i write a function as this:
Public Function BatterList (ByRef port as integer) as ImageList
Dim image1 as image
return image1
end function
Public Function BatterList (ByRef port as integer) as ImageList
Dim image1 as image
return image1
end function