My Comment fields (textareas) end up with 9 extra "special characters" after any data. If no text is added to the field when the page is submitted, then it puts just the 9 characters into the database. They seem to be "tab, Cr, Tab, Cr, Tab, Cr etc
Code:
<TEXTAREA...
I want to:
sql = Select PhoneNum from table
open rs
If not rs.BOF then
Do While NOT rsEOF
Count = Count + 1
PhoneNum(count) = rs("PhoneNum")
rs.movenext
Loop
end if
and end with some variables:
PhoneNum1 = 590-1234
PhoneNum2 = 590-1235
PhoneNum3 = 590-1236
BUT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.