Guest User

Untitled

a guest
Sep 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.16 KB | None | 0 0
  1. Func _FastParse($sString)
  2.     Local $sTemp = $sString
  3.     For $i = 160 To 255
  4.         $sTemp = StringReplace($sTemp,Chr($i),"&#" & $i & ";",0,1)
  5.     Next
  6.     Return $sTemp
  7. EndFunc
Add Comment
Please, Sign In to add comment