摘要: 今天开始学习第6章,函数,其实都挺简单的,看来我得加快进度学习才行!using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication7{ class Program { static int MaxValue(int[] intArray) ... 阅读全文
posted @ 2009-09-24 17:56 zxlxy 阅读(147) 评论(0) 推荐(0)
摘要: long i,ll_find string ls_pcode1for i=1 to dw_3.rowcount()-1 ls_pcode1=dw_3.object.pcode[i]ll_find=dw_3.find("dw_quotation_mx.pcode ='"+ls_pcode1+"'",i+1,dw_3.rowcount()) if ll_find>0 then dw_3.sel... 阅读全文
posted @ 2009-09-24 15:58 zxlxy 阅读(1386) 评论(0) 推荐(0)