Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove text/find/replace ect
#3
Awesome it worked! I also was trying out diferent things and made it work with this combination:
Code:
Copy      Help
lpstr delimiters = " "
str s.getclip()
int i = findt(s 1 delimiters)
out i

s.replace("" i)
s.findreplace(",")
out s

Cant believe what you can do with this program and a few lines of code.
I'm just sad it's not easy to learn/comprehend for a guy with zero programing background Smile


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)