vineetu1
10th December 2004, 09:26
A typical item code (finished goods) in our system is
eg. 511 (J) 01 059
I want to incorporate a seperate search string field. This search string will be a truncated form of the item code i.e. 511J01059
Basically I want to write a function which converts
"511 (J) 01 059" to -> "511J01059".
I was not able to traceout any inbuilt function which can remove any specific character from a string.
How should I go about it...
:confused:
eg. 511 (J) 01 059
I want to incorporate a seperate search string field. This search string will be a truncated form of the item code i.e. 511J01059
Basically I want to write a function which converts
"511 (J) 01 059" to -> "511J01059".
I was not able to traceout any inbuilt function which can remove any specific character from a string.
How should I go about it...
:confused: