cancel
Showing results for 
Search instead for 
Did you mean: 

Split String

Former Member
0 Kudos

Hi all!

I enter data on row, for Row A i enter - String1 - String2 - String3.

After, i call it in PLD,

Now, i want split - String1 - String2 - String3 to three row.

Ex: - String1
      - String 2
      - String 3.
IS it possible?

*Figure:*

Colume 1             Colume2                   Colume3
1                           A                             - String1 - String2 - String3

After using PLD.i will get i on report.
Colume 1             Colume2                   Colume3
1                           A                             - String1 
                                                            - String2 
                                                            - String3

Edited by: Tien Le on Oct 17, 2008 4:57 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member583013
Active Contributor
0 Kudos

Are these fixed length string. What I mean is

1-10 chars..11th-20th...........21st-30th

string 1........string 2............string 3

Only in the above scenario would you be able to seperate the strings

Former Member
0 Kudos

Thank you!