Padding a text or combo box

T

Tony

I am trying to pad a combo box with 0 and can't seem to find a way to
do it.
I have succesfully performed this in ASP vbscript but was wondering if
anyone had been able to do the same thing in Outlook vbscript.

This is what I got to work in ASP vbscript.
PayerNum = PayerNum.PadLeft(10,"0"c)

but when I run it in an OLForm all I get is; Expected ")" error.

any suggestions would be helpful

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top