Originally posted by : JDev (Jdev123@msn.com)Hello,I am writing database records to a web page via a "Do Until" Loop.The code is something like this:Response.Write "" & variable & ""If the value of the variable is " Hello there", my page is returning only "Hello". It breaks at the space. But if I write in my code, it writes " Hello there" correctly. Any ideas of what I am doing wrong?Thanks!
Originally posted by : laser (laser@buckeye-express.com)Try adding your code or ------------JDev at 12/26/2001 11:56:14 AMHello,I am writing database records to a web page via a "Do Until" Loop.The code is something like this:Response.Write "" & variable & ""If the value of the variable is " Hello there", my page is returning only "Hello". It breaks at the space. But if I write in my code, it writes " Hello there" correctly. Any ideas of what I am doing wrong?Thanks!
Was this answer helpful ?
Yes No