Bertiethedog
Programmer
a code snippet that I find very usefull but no longer works
use table1 in 0 alias table1
select table1
afields(fieldarray)
*-* this works
create cursor xyz from array fieldarray
*-* this doesn't
create table xyz from array fieldarray
It certainly used to work
Richard
use table1 in 0 alias table1
select table1
afields(fieldarray)
*-* this works
create cursor xyz from array fieldarray
*-* this doesn't
create table xyz from array fieldarray
It certainly used to work
Richard