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
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
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
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
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
>
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:
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/
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
>
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