lBound()
配列の中のインデックスの最小値を戻す。
書式:
variable
= lBound(
array[]
,
index
)
例:
dim a$[10 to 20,15]
prints (
lBound(
a$[], 1
)
)
prints (
lBound(
a$[], 2
)
)
waitKey
参照:
uBound()