Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use QM function to load and modify files of type .psl
#31
Code:
Copy      Help
str s.getfile("$desktop$\test.txt")
int i
ARRAY(str) a
a=s
for i 0 a.len
,if(find(a[i] "sss") >=0)
,,a[i] ="003 ddd"
s=a
s.setfile("$desktop$\test+.txt")


Messages In This Thread
RE: use QM function to load and modify files of type .psl - by Kevin - 11-18-2018, 09:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)