Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extract lines from file and copy to another file
#2
Try this i think it is what you need not sure
Function Function13
Code:
Copy      Help
str sFile="$desktop$\original.txt" ;;File name
str ArgumentToFind="Example";; Word looking for
str WildCard="*"
ArgumentToFind-WildCard;ArgumentToFind+WildCard
str s ss
ss.getfile(sFile)
foreach s ss
,if matchw(s ArgumentToFind 3)
,,out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)