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.)
 
Back
Top