Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String functions - do these exist? 1

Status
Not open for further replies.

biot023

Programmer
Nov 8, 2001
403
GB
I found (ages ago) a tutorial on VBA string handling that talks about several very useful things including how to trim strings, replace substrings in strings, and a whole host of other goodies.
Only, when i use functions like Replace(<str>,<find_str> or <replace_str> and Split(<str>), they don't appear to exist.
No reason to suppose they should, I guess, but nowhere in the tutorial does it suggest these are custom functions.

Anybody else heard of these?

Douglas JL If it don't make you laugh, it ain't true.
 
but some (esp Split) have been generated by others for use in the earlier ver. Search these forums for &quot;basSplit&quot;, you should find several poste with variations on the theme.

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top