cancel
Showing results for 
Search instead for 
Did you mean: 

about spliting of string

Former Member
0 Kudos

Hi experts

My problem is that iam retreving message from a webservice and printing it on a button click action, up to here i am able to do but now i have to split that message and take farward only numberical part of it to the next form and display there is there any solution for this in VC.

Regards

Ashwin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Benny

Thanks for quick reply but this is not my requirement i had used popup to print the message so can not move form popup to main page more over have to display whole message and then carry only numerical part to next form can you help me out in this issue.

Regards

Ashwin

Former Member
0 Kudos

I'd try to use two lines from the output port: one to the popup with the full message, the other one with the split values to the main page.

Or you use a datastore object to hold your values.

Former Member
0 Kudos

Hi Aswin,

maybe you can use a VC formula. e.g. MID(text,start,len). You have to enter the formula between the webservice output and the form input (data mapping).

Hope that helps,

Benny