tomzhang 发表于 2005-11-29 11:24:38

请教斑竹:关于result返回值的问题

在gui中result是返回值,它的主要工作是什么??为什么可以有很多的值赋给它.如:
    Result = ComboBoxVP (CompareData, "Name=ddlPrograms", "VP=ob_program;Wait=3,12")
   
    Result = ComboBoxVP (CompareData, "Name=ddlPrograms", "VP=ob_program1;Wait=3,12")
   
    Result = HTMLTableVP (CompareProperties, "HTMLId=dgProjects", "VP=ob_datagrid;Wait=3,12")
   
    Result = CheckBoxVP (CompareProperties, "Name=dgProjects:_ctl3:chkProject", "VP=ob_select;Wait=3,12")
   
    Result = HTMLLinkVP (CompareProperties, "HTMLId=dgProjects__ctl3_hlinkDel", "VP=ob_del;Wait=3,12")
能具体吗??

ilovejolly 发表于 2005-11-29 11:55:04

这个“它”是个变量,0和1分别代表后面的vp执行结果。也就是说通过result的值我们来判断这个vp是通过还是失败。
页: [1]
查看完整版本: 请教斑竹:关于result返回值的问题