Skip to content

Instantly share code, notes, and snippets.

@bodleytunes
Created February 15, 2011 17:10
Show Gist options
  • Save bodleytunes/827825 to your computer and use it in GitHub Desktop.
Save bodleytunes/827825 to your computer and use it in GitHub Desktop.
StartPrice = RemExtract(Replace(iim1.iimgetlastextract(), " ", ""))
MessageBox.Show("start price before " & StartPrice)
StartPrice = StartPrice.Replace(" ", String.Empty)
StartPrice = Replace(StartPrice, " ", "")
StartPrice = Replace(StartPrice, " ", "")
StartPrice = Replace(StartPrice, " ", "")
StartPrice = Replace(StartPrice, "¥", "")
StartPrice.Replace("\r\n", "\n")
StartPrice = Replace(StartPrice, "Chr(13)", "")
StartPrice = Replace(StartPrice, "Chr(10)", "")
StartPrice = Replace(StartPrice, "&nbsp", "")
StartPrice = Replace(StartPrice, " ", "")
StartPrice = Replace(StartPrice, "vbCRLF", "")
StartPrice = Replace(StartPrice, "vbCrLf", "")
StartPrice = Replace(StartPrice, "vbCrLf", "")
StartPrice = Replace(StartPrice, "vbCrLf", "")
StartPrice = Replace(StartPrice, "vbLf", "")
StartPrice = Replace(StartPrice, "CRLF", "")
StartPrice = Replace(StartPrice, "CrLf", "")
StartPrice = Replace(StartPrice, "CrLf", "")
StartPrice = Replace(StartPrice, "CrLf", "")
StartPrice = Replace(StartPrice, "CrLf", "")
StartPrice = Replace(StartPrice, "Cr", "")
StartPrice = Replace(StartPrice, "Lf", "")
StartPrice = Replace(StartPrice, "Cr", "")
StartPrice = Replace(StartPrice, "Lf", "")
StartPrice = Replace(StartPrice, "CRLF", "")
StartPrice = Replace(StartPrice, "CRLF", "")
StartPrice = Replace(StartPrice, "CR", "")
StartPrice = Replace(StartPrice, "LF", "")
StartPrice = Replace(StartPrice, "CR LF", "")
@bodleytunes
Copy link
Author

test message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment