1.W.P for display like this print String(1, "*") &space(6) &String(1, "*") print String(2, "*") &space(4) &String(2, "*") print String(3, "*") &space(2) &String(3, "*") print String(4, "*") &space(1) &String(4, "*") print String(5, "*") &space(0) &String(5, "*") try for 2nd one
yours .... Prasad. On Sun, Jan 15, 2012 at 2:16 PM, Chandan Mishra < [email protected]> wrote: > > > 1.W.P for display like this > > * * > * * * * > * * * * * * > * * * * * * * * > * * * * * * * * * > > 2.W.P display like this > > > * * * * * * * * * > * * * * * * * * > * * * * * * > * * * * > * * > * * * * > * * * * * * > * * * * * * * * > * * * * * * * * * > * * * * * * * * * * > > -- > 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 & Regards Prashad -- 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
