Xqroc 发表于 2011-5-15 20:10:48

技术交流<二>

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-------------------------循环处理

Xqroc 发表于 2011-5-15 20:17:10

如果有时间,每天会提供一点学习资料(希望朋友们互相交流可以是电脑方面的任何资料),本人现在正在学习cad制图软件,如有这方面的制图高手,希望多多给予指点

Xqroc 发表于 2011-5-15 20:17:26

如果有时间,每天会提供一点学习资料(希望朋友们互相交流可以是电脑方面的任何资料),本人现在正在学习cad制图软件,如有这方面的制图高手,希望多多给予指点

Bao 发表于 2011-5-15 20:34:11

CAD什么的,这里高手太多,高手太多,是因为这个真不难

Xqroc 发表于 2011-5-15 20:38:58

谢谢朋友,因为现在工作的关系临时用到cad方面的东西需要的掌握,如有问题会向朋友请教的

撒旦 发表于 2011-5-15 22:22:36

自己上网找点资料 很简单

蛮童之歌 发表于 2011-5-15 22:33:06

ll169102.

Xqroc 发表于 2011-5-16 00:21:40

谢了,朋友

陆良睿智科技 发表于 2011-5-16 08:03:11

CAD偶不会

喵喵の铃铛 发表于 2011-5-16 09:14:24

三A平台:
用A U、上A板、加A卡,看A片,心中自然无码~~~~~~~~~~~~~~
页: [1] 2
查看完整版本: 技术交流<二>