order( ) 函数示例

下面的示例显示索引标识及文件。

close databases
open database (home( ) + 'samples\data\testdata')
use customer order cust_id && 打开表 customer
? order( ) && 显示 cust_id
? order('customer', 1) &&显示 customer.cdx