String Manipulation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Benniit
    New Member
    • May 2008
    • 54

    String Manipulation

    I'm using VB 6.0 and I have a text field called FileNo and the value for it e.g. 52281/TJ, 234/TJ, 2345/TJ.
    Now, i want if a user enters the fileNo as 52281 TJ or 52281TJ or 52281 /TJ, it should change it to 52281/TJ , 234/TJ etc. Whether there is a space between the number and the /TJ or only if the TJ is added to the number, it should always add the /TJ to whatever number is entered. Hope is clear.
    Thanx Gurus.

    Ben
    Last edited by Benniit; Aug 20 '08, 09:40 PM. Reason: I did not add the version of program used
Working...