OWBasic for Pocketviewer

Home INTRO Alphabetical Index

Setting an array area to a value

SETI ARRAY%[], first%, last%[, val%=0]
SETF ARRAY#[], first%, last%[, val#=0.0]
SETS ARRAY$[], first%, last%[, val$=""]
SETB ARRAY![], first%, last%[, val!=FALSE]
SETC ARRAY&[], first%, last%[, val&=0]

This commands set every fields of the array ARRAY from first to last to the value val .

Home INTRO Alphabetical Index