iCAx开思工具箱

标题: 有什么好的方式修改UG里面的參數值碼﹖ [打印本页]

作者: awakechen    时间: 2006-6-28 11:56
标题: 有什么好的方式修改UG里面的參數值碼﹖
我做的一個修改的方式﹐核心代碼如下﹕
char exp_name[133] = "offset_value" , exp_defn [133] ;

                uc1601 ( "exp_name is ", 1 );
                uc1601 ( exp_name, 1 ); // 輸出變量的名稱               

        UF_CALL(UF_MODL_ask_exp ( exp_name , exp_defn  ) ); //查詢變量的名字
                       
        uc1601 ( "exp_defn is" , 1 );
                uc1601 ( exp_defn , 1 );
        
        char new_value[133] = "offset_value = 200.0";
            
                strcpy ( exp_defn , new_value );

                UF_CALL(UF_MODL_edit_exp(  exp_defn )); //編輯變量的大小
                uc1601 ( "new_value is " , 1 );
                uc1601 ( exp_defn , 1 );
                UF_MODL_update();

結果是可以修改﹐但是總感覺不是很正規﹐各位高手有沒有相關的代碼﹐讓我看一下﹐或者給個提示也可以啊﹐謝謝啦﹗
作者: awakechen    时间: 2006-6-29 07:56
怎么沒人回呢﹖
作者: awakechen    时间: 2006-6-29 15:47
why my question is still unsolved?? r there somebody to help me ?
作者: syqnet    时间: 2006-7-3 08:38
不知道你所说的正规是什么,解决问题就行了,又不是绣花,^_^




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3