Changes

String Functions and Manipulation in VB6

310 bytes added, 17:21, 31 October 2007
The following lines were added (+) and removed (-):
String Functions and Manipulation in VB6String Functions and Manipulation in VB6 including common functions such as Asc, Chr, Mid, Join, LSet, StrConv, StrReverse, Filter, Replace == Asc (function) ==Returns an Integer representing the character code corresponding to the first letter in a string. Syntax:Asc(string) == Chr (function) ==Returns a String containing the character associated with the specified character code. Syntax:Chr(charcode) Asc, Chr, Mid, Join, LSet, StrConv, StrReverse, Filter, Replace
Bureaucrat, administrator
16,192
edits