simple but can't do it!

  • Thread starter Thread starter Paul W
  • Start date Start date
P

Paul W

From VB I need to write a multi-line text into a textarea control. Do I use
vbcrlf, "<BR>" urlencode or what?!?!?!

Thanks,

Paul.
 
For text boxes use vbCRLF.
For Labels use <br>.
Labels actually render HTML (which can be a handy trick sometimes.)
 

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

Back
Top