Changes

String Functions and Manipulation in VB6

275 bytes added, 23:20, 11 February 2008
The following lines were added (+) and removed (-):
Returns the position of an occurrence of one string within another, from the end of string.New in VB6. Similar to InStr but searches from end of string. Returns the position of an occurrence of one string within another, from the end of string.== Join (function) ==New in VB6Used to join arrays elements.New in VB6.== Reverse (function) ==New in VB6.To reverse a string.== Split (function) ==New in VB6Split a string into a variant array.
Bureaucrat, administrator
16,192
edits