原帖由 sulin1986 于 2007-5-21 22:53 发表
table = "d:\\sulin\\1.xls";
rc = ddt_open(table, DDT_MODE_READ);
if (rc!= E_OK && rc != E_FILE_OPEN)
pause("Cannot open table.");
ddt_get_row_count(table,table_RowCount);
for(table_Row = 1 ...
原帖由 sulin1986 于 2007-5-21 23:23 发表
table 有四列,name,id,key,rekey
若是如下程序
table = "d:\\sulin\\1.xls";
rc = ddt_open(table, DDT_MODE_READWRITE);
if (rc!= E_OK && rc != E_FILE_OPEN)
pause("Cannot open table.");
d ...
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |