Visit
SearchWinDevelopment.com,
the Visual Basic-Specific Search Engine.
FREE benefits include Daily News, Developer Tips, Career Center, VB
Forums & more.
Author: Steve Jones Date Submitted: 1/10/2007 Category: String Handling/Manipulation Compatibility: VB 6
This code has been accessed 4963 times.
Task: Take one string and makes it into two peices.
Will take something like this "BOB:123456", and turn it into 2 string one with value of "BOB" and one with value of "123456".