Code Script .co.uk

Home | Scripts | Tutorials | Disclaimer | Sitemap | Contact

   Replace
 

Vbs / Replace

Replace(string, find, replace)

Replace 'find' with 'replace' in 'string'.

Options

Replace(string, find, replace, start,count,compare)

Start at specified character in 'string'
Replace 'find' a maximum of 'count' times
Compare types 0 - binary (case sensitive), 1 - text (case insensitive), 2 - DB





Please note that a disclaimer applies to any code on this page.
 
   Actions
  Go Back
  Bookmark
  Print Page


   Menu
 
- Links
- Reference
- Script Editors
- Tutorials
- Vbscript