Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4041

For loop to convert MemberList (ValueTextList) into String?

$
0
0

Hello everybody,

 

is it possible to convert a MemberList into a String by using a for loop, copying each line of the ValueTextList and inserting it with an additional ";" in a string variable or a textbox with Design Studio 1.1 SP2? (If not, will it be possible in the 1.2 beta?)

 

I would expect something like this to do the job:

 

String ListItems

if (ListBox1.Items.Count > 0)

        {

            for (int i = 0; i < ListBox1.Items.Count; i++)

            {

                ListItems = ListBox1.Items[i].getText + ";";

            }

        }

 

However, that does not work...

 

Any ideas?

 

Tanks a lot and best wishes

Andreas


Viewing all articles
Browse latest Browse all 4041

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>