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