Skip to Content
0
Former Member
Nov 24, 2005 at 11:35 AM

Reading a field

19 Views

Hi All,

I have a field ztab_fld tat need to get break down after the first space.

for ex:

ztab-fld1 = 'abcde fghigjklm xxxx'

i should break as

ztab-fld1 = 'abcde'.

ztab-fld2 = 'fghijklm xxxx'

which keyword should i use ?