integer i for i = 1 to upperbound(array_name) // 这样就不会越界了 if not isnull(array_name[i]) then // get the value end if next
long ll[] ... if upperbound(ll) > 0 then //存在 end if
1,108
社区成员
66,453
社区内容
加载中
试试用AI创作助手写篇文章吧