Robert L. Stewart
rl_stewart at highstream.net
Fri Jan 30 23:36:38 CST 2004
John,
Thanks. I try to do things in a very generic manner.
It makes it very useable. I did figure out that you
could use it to center also.
Something like:
CenteredValue: PadString(PadString("Name", 10, "R", "."),20 -
len("Name"),"L",".")
Should return something like:
......NAME......
Robert
At 02:27 PM 1/30/2004 -0600, you wrote:
>Date: Fri, 30 Jan 2004 14:47:32 -0500
>From: "John Clark" <John.Clark at niagaracounty.com>
>Subject: [AccessD] Re: This should be simple...but...
>To: <accessd at databaseadvisors.com>
>Message-ID: <s01a6eca.039 at nebnov1.niagaracounty.com>
>Content-Type: text/plain; charset=US-ASCII
>
>This is pretty cool code. I thought about doing something like this, but
>I thought it would be too 'difficult' or in-depth to make it worthwhile.
>But, this is actually quite simple for what it accomplishes.
>
>I really didn't want to use a universal font, and although I agree
>w/Rocky about the right justify, it just doesn't look right in this
>case. I was going to do that though, until I got this code.
>
>Thanks Robert! This will be a keeper for me.
>
>John