How do you format a string so that it prints out correctly For instance I
have "8888888888" and I want it to print out "(888)888-8888". I've tried
using the VB format function but I keep getting a 'type mismatch [undefined]'
error. Is this function even supported in ASP?
"Brad" <breynolds@kc.rr.com> wrote:
>
>How do you format a string so that it prints out correctly For instance
I
>have "8888888888" and I want it to print out "(888)888-8888". I've tried
>using the VB format function but I keep getting a 'type mismatch [undefined]'
>error. Is this function even supported in ASP?
>
>Brad