Hi,
I have a requirement where I have a string variable but depending on the programming conditions, the value in that string should come in 'n' no of lines..
for eg.;suppose my string is 'MAIN: place1 DP: place1'
it should be displayed as :
MAIN: place1
DP: place1..
and if my string is 'MAIN: place1 DP: place1 'MAIN: place2 DP: place2'', then it should be displayed as ;
MAIN: place1
DP: place1..
MAIN: place2
DP: place2.
But the value in the string can be determined only at runtime.. Please give me a solution for this.
Thanx in advance,.
Regards,
Suzie
Edited by: Suzie on Sep 24, 2008 7:35 AM