CATEGORIES
How the Replace function Works in ASP
Published by: Guest (10/17/2008 3:52:47 PM)
OCT 17 2008
I am trying to use replace function in asp to parse the string and get replaced with a substring but i don’t know how exactly this works? is it something like this will work: var1 = replace(var1, "a", "b"). Let me know if i am going right here.
Most Popular Articles
- HOW TO PUBLISH A PROJECT IN LOCAL IIS OR OWN MACHINE
- Request object error 'ASP 0104 : 80004005' Operation not Allowed
- Remove Carriage Returns and Line Feeds from ASP Page
- Why do I get error WinHttp.WinHttpRequest error '80072ee2' The operation timed out
- How to Find the Time Difference in ASP
Remove Carriage Returns and Line Feeds from ASP Page >>
<< Ways to Bypass Ten Connection Limitation in Workstation or Localhost
COMMENT