Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove text/find/replace ect
#2
must be int variable=findw(...)

Macro Macro1658
Code:
Copy      Help
str s="10,977.21 RSD [ <color=0xff00ff00>-39.72% below Regional average ]" ;;replace to str s.getclip
int i=find(s " RSD"); if(i<0) ret
s.left(s i)
s.findreplace(",")
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)