Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My string is 'C:\Program Files\Common Files\xc'
I want to pick up last word by specifying that character '\'
How can i solve it by vb6????
Please supply to me right vb6 coding as early as possible...
Posted

1 solution

Here[^] is a list of string characters in Visual Basic. A combination of InStrRev, Len and Mid should give you the solution.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900