in reply to Re: format function
in thread format function
The bare @'s in the format aren't syntactically correct.Can you elaborate on that? They seem to work just fine, and how else would one get a single-character field anyway? The relevant doc is not specific on this, but I see that the Notes section has an example of a lone @ as a field. Your example works fine with the extra < removed, giving the expected output of the single most significant digit.
For that matter mhearse's example worked just fine for me also, once I removed the excess @ fields, so I suspect something else is going on in his case.
--
I'd like to be able to assign to an luser
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: format function
by jmcnamara (Monsignor) on Oct 02, 2003 at 07:27 UTC | |
by mhearse (Chaplain) on Oct 02, 2003 at 19:18 UTC |