Sometimes it’s useful to get the VFP language into a table, including commands, functions, properties, events, and methods. CREATE CURSOR lang (word c( 30 ), stuff c( 20 )) FOR nType= 1 to 4 n= ALANGUAGE (aa,nType) FOR i = 1 to n INSERT INTO lang VALUES