Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27443

VS 2008 declare function syntax error

$
0
0
Hello need help with this :
Code:



 Private Function Uframe(ByVal a() As List(of Byte()) As  list(of byte())

        For u As Integer = 0 To a.Count - 1
            Dim bOutBuffer(8) As Byte
            bOutBuffer(0) = "&H7E"
            bOutBuffer(1) = "&H7E"
            bOutBuffer(2) = "&H7E"
            bOutBuffer(3) = "&H09"
            bOutBuffer(4) = "&H00"
            bOutBuffer(5) = "&H00"
            bOutBuffer(6) = "&H00"
            bOutBuffer(7) = "&H00"
            bOutBuffer(8) = "&H08"
            Array.Resize(a, a.Length + bOutBuffer.Length)
            Array.Copy(bOutBuffer, a, a.Length)

        Next


Viewing all articles
Browse latest Browse all 27443

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>