技术交流<二>
connect;---------------------------连接数据库select top 1 id into :ld_temp2 from my_tc_detail order by id desc ;-----选择表中的选定数据
string ls_hm
integer li_long
integer li_temp
li_long = len(ld_temp2)//字串长度
ls_hm = ld_temp2//字串内容
do while li_long > 0
li_temp = integer(mid(ls_hm,li_long,1))
if li_temp < 9 then
ls_hm = replace(ls_hm,li_long,1,string(li_temp+1))
exit
else
ls_hm = replace(ls_hm,li_long,1,"0")
li_long-= 1
end if
loop-------------------------循环处理
如果有时间,每天会提供一点学习资料(希望朋友们互相交流可以是电脑方面的任何资料),本人现在正在学习cad制图软件,如有这方面的制图高手,希望多多给予指点 如果有时间,每天会提供一点学习资料(希望朋友们互相交流可以是电脑方面的任何资料),本人现在正在学习cad制图软件,如有这方面的制图高手,希望多多给予指点 CAD什么的,这里高手太多,高手太多,是因为这个真不难 谢谢朋友,因为现在工作的关系临时用到cad方面的东西需要的掌握,如有问题会向朋友请教的 自己上网找点资料 很简单 ll169102. 谢了,朋友 CAD偶不会 三A平台:
用A U、上A板、加A卡,看A片,心中自然无码~~~~~~~~~~~~~~
页:
[1]
2