Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Awk > Re: filling lef...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 5 Topic 2175 of 2317
Post > Topic >>

Re: filling left side of string

by happytoday <ehabaziz2001@[EMAIL PROTECTED] > Mar 2, 2008 at 10:57 PM

On Mar 2, 7:22=A0pm, Ted Davis <tda...@[EMAIL PROTECTED]
> wrote:
> On Sun, 02 Mar 2008 08:39:46 -0800, happytoday wrote:
> > I am accepting a value entered from batch file using set /p command. I
> > need to add spaces to the left of the number entered inside an awk
scrip=
t
>
> > nawk -v number=3D%number% -f test.awk test.dat
>
> > What function used to fill the left side of the number with spaces to
> > complete 7 characters as fixed length of any nymber entered. Thanks
>
> You might like gawk better:
> <http://gnuwin32.sourceforge.net/packages/gawk.htm>
> The Windows version has a .hlp help file with lots of information.
>
> You need printf() or sprintf(), depending on what you do with the padded
> number.
>
> =A0 printf "%7i", number
>
> Note that you have to include a \n explicitly at the end of each line.
>
> --
>
> T.E.D. (tda...@[EMAIL PROTECTED]
) MST (Missouri University of Science and
Technology=
)
> used to be UMR (University of Missouri - Rolla).

But I need to use the variable in comparing function not in printing.
So with the set /p I have only numbers without left leading spaces .
filenumber variable in file has left spaces. So I need to fill the
left side of the number with spaces till I reach 7 characters legnth.

Thanks

nawk -v number=3D%number% -f test.awk test.dat

filenumber=3Dsubstr($0,1,7)
if (filenumber=3Dnumber)
=2E...


Thanks
 




 5 Posts in Topic:
filling left side of string
happytoday <ehabaziz20  2008-03-02 08:39:46 
Re: filling left side of string
Ted Davis <tdavis@[EMA  2008-03-02 11:22:24 
Re: filling left side of string
happytoday <ehabaziz20  2008-03-02 22:57:35 
Re: filling left side of string
Luuk <Luuk@[EMAIL PROT  2008-03-03 13:30:51 
Re: filling left side of string
Ted Davis <tdavis@[EMA  2008-03-03 07:44:39 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 25 20:21:39 CDT 2008.