uBound()
配列のインデックスにおける上限を返します。
文法:
variable
= uBound(
array[]
,
index
)
用例:
dim a$[10 to 20,15]
prints (
uBound(
a$[], 1
)
)
prints (
uBound(
a$[], 2
)
)
waitKey
lBound()
コマンドを参照してください。