笑为红颜⒈醉 发表于 2018-10-5 11:22:39

GRIP二次开发求助

string/str1(100),a(1000),b(1000),c(100),d(100),str(32)

L10:
str='D:\EAct_YuCheng\cla\aibe.dll'
xspawn/ufun,str,iferr,L40:          $$运行DLL提取文本


L20:
fetch/txt,1,'D:\EAct_YuCheng\cla\temp.txt',iferr,L40:
reset/1
read/1,linno,112*10,a $$读出第 112 行数据(因为:数字/10=第几行)
read/1,linno,128*10,b $$读出第 128 行数据(因为:数字/10=第几行)
c=SUBSTR(a,42,8)      $$重第43字符开始到结束“-0.15”
d=SUBSTR(b,43,8)      $$重第43字符开始到结束“-0.05”

messg/'粗:'+c,'幼:'+d            $$显示火花位'粗:'+c,'幼:'+d

fdel/'D:\EAct_YuCheng\cla\temp.txt' $$删除属性文件

   L30:
halt
   

L40:
MESSG/'提取火花位失败'
jump/L30:

求大神告知 L10 和L20之间怎么写可正常运行谢谢!!!!

笑为红颜⒈醉 发表于 2018-10-5 14:29:06

看了都没人回吗{:cry:}{:cry:}{:cry:}

qqq19303 发表于 2024-3-6 19:20:51

看了都没人回吗
页: [1]
查看完整版本: GRIP二次开发求助