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
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