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.
|