[ 本帖最后由 classlibrary 于 2008-10-17 17:00 编辑 ]作者: classlibrary 时间: 2008-10-18 21:54
请问有没有高手指教啊作者: Randall 时间: 2008-10-20 21:58
Function msgOne(str1)
msgbox str1
End Function
Function msgTwo(str2)
msgbox str2
End Function
For i = 1 to 2
DataTable.SetCurrentRow(i)
Execute DataTable.Value("A", "Action1")&" "&DataTable.Value("B", "Action1")
Next
A B
msgOne "Msg"
msgTwo "Test"作者: kevin_swpi 时间: 2008-10-21 10:56
真没有想明白楼主用意何在?