hi wchuacs
the following syntax applies to visual foxpro, may help you in your situation
Code:
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.