‎2008 Aug 30 8:01 AM
hi,
How can i get sub string from main string
when i know field positions dynamically,
regards,
venkat.
‎2008 Aug 30 8:03 AM
hi,
you can use a code like this.
v_substr = v_str+v_pos(v_length).
regards,
Peter
‎2008 Aug 30 8:04 AM
‎2008 Aug 30 8:11 AM
>when i know field positions dynamically
If you know the starting and Ending postions simply using the offset will give you the Substring.