Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
create table test01 (field01 c(5), field02 n(3))
for i = 1 to 500
value01 = alltrim(str(i))
value02 = i
insert into test01 (field01, field02) values (value01, value02)
endfor[\code]
Pete Bloomfield
Down Under