标题:[求助] 此代码表示什么功能?
只看楼主
masterpi
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2007-10-11
 问题点数:0 回复次数:1 
[求助] 此代码表示什么功能?
Result = ""
dim I,k,m
dim P,Q,R
if len(trim([excel.Gwst_Fre]))>0 then Result=Result+[excel.Gwst_Fre]+CHR(13)
if len(trim([excel.Gwst_Spa]))>0 then Result=Result+[excel.Gwst_Spa]+CHR(13)
if len(trim([excel.WN_Fre]))>0 then Result=Result+[excel.WN_Fre]+CHR(13)
if len(trim([excel.WN_Spa]))>0 then Result=Result+[excel.WN_Spa]+CHR(13)



P=0
K=0
For I=0 to len([excel.WN_Jap])-1
if (mid([excel.WN_Jap],I+1,1)=CHR(13) or K=18 ) and mid([excel.WN_Jap],I+1,1)<>"_" then
K=0
else
K=K+1
result=result+mid([excel.WN_Jap],I+1,1)
end if
if K=0 then Result=Result+CHR(10)+CHR(13)
if mid([excel.WN_Jap],I+1,1)="_" then P=1
if P=1 and mid([excel.WN_Jap],I+1,1)<>"_" then
Q=I
exit for
end if
next

K=0
for R=Q+1 to len([excel.WN_Jap])-1
if mid([excel.WN_Jap],R+1,1)=CHR(13) or K=26 then
K=0
else
K=K+1
result=result+mid([excel.WN_Jap],R+1,1)
end if
if K=0 then Result=Result+CHR(10)+CHR(13)
next

搜索更多相关主题的帖子: 代码 
2007-10-31 17:06
wangtianhong
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2007-10-30
得分:0 
excel?是OLE对象吗?
2007-11-01 20:00



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-182324-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.112997 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved