Hi Ravi, Please see the below code.I hope this should be solution to your problem.
s="Nidhi Sharma" name1=split(s," ") firstna=name1(0) secondna=name1(1) For i=1 to len(firstna) If i>len(firstna) then str=" " else strFirs=(mid(firstna,i,1)&vbnewline) 'newfir=strFirs&vbnewline print strFirs End if Next For i=1 to len(secondna) If i>len(secondna) then str=" " else strSeco=(mid(secondna,i,1)&vbnewline) 'newfir=strFirs&vbnewline print strSeco End if Next On Sun, May 12, 2013 at 12:09 PM, Ravi kiran <[email protected]>wrote: > Hi, > I want to print letters in vertical order. > for example: > ravi kiran > r k > a i > v r > i a > n > > -- > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "QTP - HP Quick Test Professional - Automated Software Testing" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
