‎2008 Feb 21 12:55 PM
hi guys,
I have a value like this abc def..
i want to find the space and repalce with * and then have to remove values after *
for eg:
abc def = abc*
james cam = james*
how can i do this?
regards
senthil
‎2008 Feb 21 1:02 PM
Hello,
Do onething.
Do split at space into two fields say field1 and a dummy field. Now take the field1 and concatenate * with that field to make your required field
Regards
Farzan
‎2008 Feb 21 1:02 PM
Hello,
Do onething.
Do split at space into two fields say field1 and a dummy field. Now take the field1 and concatenate * with that field to make your required field
Regards
Farzan
‎2008 Feb 21 1:12 PM