开发者

Reference a "line" in a two-dimensional array

开发者 https://www.devze.com 2023-04-11 15:19 出处:网络
how do I reference (pass as a parameter) a \"line\" of the two-dimensional Dim Values As Object(,) I.e. I want to write a function that expects a one-dimensiona开发者_JS百科l array of Object, i.e

how do I reference (pass as a parameter) a "line" of the two-dimensional

Dim Values As Object(,) 

I.e. I want to write a function that expects a one-dimensiona开发者_JS百科l array of Object, i.e. Object(), and pass for example Values(1) to pass the values Values (1,lowerbound) through Values (1,upperbound) to my function as a one-dimensional array.

How do I do that?

VB10.


Not at all. It is not possible in VB.

0

精彩评论

暂无评论...
验证码 换一张
取 消