C Cor Ligthert Jun 18, 2004 #2 Hi Nikolay. \\\ public fuction MyFunction (byval MyByte as byte()) as byte() Return MyByte end function /// I hope this helps? Cor
Hi Nikolay. \\\ public fuction MyFunction (byval MyByte as byte()) as byte() Return MyByte end function /// I hope this helps? Cor
H Herfried K. Wagner [MVP] Jun 18, 2004 #4 * "Nikolay Petrov said: How I should declare a Function, which returns byte array? Click to expand... \\\ Public Function Foo() As Byte() Return New Byte() {1, 2, 3, 4} End Function ///
* "Nikolay Petrov said: How I should declare a Function, which returns byte array? Click to expand... \\\ Public Function Foo() As Byte() Return New Byte() {1, 2, 3, 4} End Function ///