02-17-2012, 12:26 PM
Awesome it worked! I also was trying out diferent things and made it work with this combination:
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
lpstr delimiters = " "
str s.getclip()
int i = findt(s 1 delimiters)
out i
s.replace("" i)
s.findreplace(",")
out sCant 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
