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")
#32
Thank you for your help. Heart Currently, I don't understand the array in programming. This example is very good. Let me know where the array can be used.


Forum Jump:


Users browsing this thread: 1 Guest(s)