Thnx On Tue, Nov 29, 2011 at 12:50 PM, KeerthiVasan Raju <[email protected]>wrote:
> Hi Friends, > > try This, > > strval = "This is a Testing process" > > For i = 1 To Len(strval ) > Msgbox MID(strval , i, 1) > Next > > Thanks, > Keerthivasan Raju > > "You will Feel real Happiness if you can make atleast 5 people happy per > day" > > > > On Mon, Nov 28, 2011 at 8:23 PM, santhosh Ganji < > [email protected]> wrote: > >> Hi UmaMahesh, >> >> I think no need of using replace function here.. >> If the requirement is , not to retrieve the spaces then you can use it. >> Else no need.... >> If its wrong let me know >> Thank you >> >> On Mon, Nov 28, 2011 at 2:04 PM, uma mahesh <[email protected]>wrote: >> >>> Str="This is a Testing process".how can i retrive the string like >>> letter wise >>> like,it will show me T,h,i,s,i,s,T..........etc. >>> >>> ''''Try this it will work >>> >>> Str="This is a Testing process" >>> var1=replace(Str, " ", "") >>> For i=1 to len(var1) >>> MsgBox mid(var1, i, 1) >>> Next >>> >>> -- >>> 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 >>> >> >> >> >> -- >> Thanks and Reagards >> Santhosh G >> +918007850250 >> >> >> -- >> 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 > "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 > -- With Regards Shivu -- 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
