Results 1 to 3 of 3

Thread: How can I add a new line to vbscript?

  1. #1
    Join Date
    May 2008
    Posts
    126

    How can I add a new line to vbscript?

    I know for a new line we use \n in C but I don't in don't what to do in case of Vb script?

  2. #2
    Join Date
    Jan 2006
    Posts
    4,545

    Re: How can I add a new line to vbscript?

    You can use this code.

    Code:
    document.write("<br>")
    I hope this will solve your problem.
    In The Absence Of Light
    Darkness Prevail's

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How can I add a new line to vbscript?

    To insert a new line in vbscript do this

    Code:
     %> <br> <%

Similar Threads

  1. How to create ZIP Files from Command-Line via VBScript?
    By FB in forum Windows Server Help
    Replies: 10
    Last Post: 22-12-2011, 12:18 AM
  2. VBScript for .NET
    By Bharat89 in forum Software Development
    Replies: 3
    Last Post: 03-12-2009, 04:50 PM
  3. help with vbscript
    By andrakis2 in forum Networking & Security
    Replies: 3
    Last Post: 24-08-2009, 06:13 AM
  4. How to let Java read text file line by line.
    By Visala28 in forum Software Development
    Replies: 3
    Last Post: 04-08-2009, 11:30 PM
  5. Remove new line from vbscript
    By LucasYew in forum Software Development
    Replies: 2
    Last Post: 02-05-2009, 09:27 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,988,489.25837 seconds with 16 queries