P
Paul C
Hi
I am trying to create a space between two statements
subject = Request.Form("sNameField") & Request.Form("subject")
the result is something like
john smithhello from john
How do I get a space so it reads
john smith hello from john
Thankyou
Paul M
I am trying to create a space between two statements
subject = Request.Form("sNameField") & Request.Form("subject")
the result is something like
john smithhello from john
How do I get a space so it reads
john smith hello from john
Thankyou
Paul M