View Full Version : viewing whole word


bloody_football
12-20-2005, 03:27 AM
I have
VALUE= <% =rsPlayers("name") %> >

which is fine if rsPlayers("name") doesn't have a space in it, if it does then it only prints up to the space. So "Mr Nooby" only comes out as "Mr".

Does anyone know the way of printing out the full word?

James

Kodo
12-20-2005, 04:03 AM
did you check the record in the database to make sure the whole content is actually there?

bloody_football
01-25-2006, 01:18 AM
Sorry about the late reply Kodo, I forgot to put this thread in my subscription box!

Yes the whole word is there in the database, it still only shows the first word of the name :(

Sergeant
01-25-2006, 03:02 AM
Try putting some quotes around it.
VALUE= "<% =rsPlayers("name") %>" >