Re: string position

2001-07-05 Thread Ken
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 9:31 AM Subject: string position > Hi, > I'd like to be able to print a string at a specific location . Is there any function that does that. > $test = "abcd'; > I want to pri

Re: string position

2001-07-05 Thread Brett W. McCoy
On Thu, 5 Jul 2001, Brett W. McCoy wrote: > On Thu, 5 Jul 2001, F.H wrote: > > > I'd like to be able to print a string at a specific location . Is there any >function that does that. > > $test = "abcd'; > > I want to print $test at position 20-25. > > I appreciate if someone can help > > You wil

Re: string position

2001-07-05 Thread Brett W. McCoy
On Thu, 5 Jul 2001, F.H wrote: > I meant, counting characters from left to right, $test will occupy charcater >position 20 through 25, the print out will look like this. > >,abcd , > > there are other string variables before and after that $test of course. Greg Oh, you shou

Re: string position

2001-07-05 Thread Brett W. McCoy
On Thu, 5 Jul 2001, F.H wrote: > I'd like to be able to print a string at a specific location . Is there any function >that does that. > $test = "abcd'; > I want to print $test at position 20-25. > I appreciate if someone can help You will need something like the Curses module that will let you

Re: string position

2001-07-05 Thread Chas Owens
On 05 Jul 2001 11:31:32 -0400, F.H wrote: > Hi, > I'd like to be able to print a string at a specific location . Is there any function >that does that. > $test = "abcd'; > I want to print $test at position 20-25. > I appreciate if someone can help > > Thanks > I.S >

Re: string position

2001-07-05 Thread F.H
I meant, counting characters from left to right, $test will occupy charcater position 20 through 25, the print out will look like this. ,abcd , there are other string variables before and after that $test of course. Greg Meckes <[EMAIL PROTECTED]> wrote: > > You can try:

Re: string position

2001-07-05 Thread Greg Meckes
You can try: $test = "abcd"; $test = sprintf "%24s" , $test; Greg __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: string position

2001-07-05 Thread Chas Owens
On 05 Jul 2001 11:31:32 -0400, F.H wrote: > Hi, > I'd like to be able to print a string at a specific location . Is there any function >that does that. > $test = "abcd'; > I want to print $test at position 20-25. > I appreciate if someone can help > > Thanks > I.S >

string position

2001-07-05 Thread F.H
Hi, I'd like to be able to print a string at a specific location . Is there any function that does that. $test = "abcd'; I want to print $test at position 20-25. I appreciate if someone can help Thanks I.S __ Get your own FREE, per