![]() |
|
|
|
|
|
|
2
11th September 03:23
External User
Posts: 1
|
In article <-ZSdnTjyNZoECP3ZnZ2dneKdnZydnZ2d@comcast.com>,
"trexx" <foo@foo.com> writes: No. function rep(n,s ,r) { r = "" while( n-- > 0 ) r = r s return r } printf( rep(3,"%10.3f") "\n", $1,$2,$3 ) -- Heiner Marxen http://www.drb.insel.de/~heiner/ |
|