Re: ADJUSTR and ADJUSTL


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on September 29, 2005 at 08:23:27:

In Reply to: ADJUSTR and ADJUSTL posted by Greg on September 24, 2005 at 10:29:21:

Have you tried adding spaces to the end of BEG1$ and END1$ to force the "Current Length" to the "Defined Length".

BEG1$ = STRIP(BEG$) + ' '
END1$ = STRIP(END$) + ' '
BEG$ = ADJUSTR(BEG1$)
END$ = ADJUSTR(END1$)

-OR-

BEG$ = STRIP(BEG$) + STRING(' ',9)
BEG$ = ADJUSTR(BEG$)
END$ = STRIP(END$) + STRING(' ',9)
END$ = ADJUSTR(END$)




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]