progressive7
Technical User
hi all,
i have string which at some point contains a - i want to take every thing on the right hand side of the dash, at the moment i can use instr() to determine the point in the string where the dash appears. but if i try and use right() it wants me to tell it how many chars to take. because the string variys in lenght i want a function that will take everything to the right from a determinied point.
any ideas's
thanks
i have string which at some point contains a - i want to take every thing on the right hand side of the dash, at the moment i can use instr() to determine the point in the string where the dash appears. but if i try and use right() it wants me to tell it how many chars to take. because the string variys in lenght i want a function that will take everything to the right from a determinied point.
any ideas's
thanks