Skip to Content
0
Former Member
Aug 05, 2005 at 01:38 PM

String

81 Views

I have two strings

String1 = 'G3430-60'.

String2 = 'G3430-60123'.

I need to find out string1 in string2. if found then I want the difference. Based on the Example I want output

123. Because The last three digits are different.

Is there any standard command or FM avaiable to do this?

Thanks

Aman