G
Gerry Viator
Hi all,
I want to remove this [878454]: With a string function? Can I use the Astric
as wild card? If not, how?
Dim txtstr as String = "Print Report for MRN [878454] from B Database"
txtstr = txtstr.Replace("[*]","")
please help
I want to remove this [878454]: With a string function? Can I use the Astric
as wild card? If not, how?
Dim txtstr as String = "Print Report for MRN [878454] from B Database"
txtstr = txtstr.Replace("[*]","")
please help