I am using a case structure, which has about 8-10 different case and each case has a string constant. I want to show the strings in a single indicator. Suppose if 3 cases runs first then second and then third. Then the indicator should show
" first case
second case
third case"
initially indicator should be empty then as soon as the first case runs indicator should show " first case"
after finishing the first case when second case runs then the indicator should show
"first case
second case"
and so on..Please help me.