摘要:
运行时插入数据:datatable.LocalSheet.GetParameter("实际结果").Value="查询到结果"运行时获得插入的数据:actualvalue=trim(datatable.LocalSheet.GetParameter("实际结果").RawValue) 阅读全文
摘要:
http://demon.tw/copy-paste/vbs-scripting-dictionary-ksort.htmlOption ExplicitFunction fnCompare(key1, key2) If CInt(key1) > CInt(key2) Then fnCompare = 1 ElseIf CInt(key1) < CInt(key2) Then fnCompare = - 1 Else fnCompare = 0 End IfEnd FunctionFunction Sort(dict) ... 阅读全文