"carriage return"??????????

Ask a Question related to Windows Networking, Design and Development.

  1. #1

    Default Re: "carriage return"??????????

    "J.M."

    A carriage return causes the cursor to move to the left margin, often used
    with line feed to start a new line of output.

    --
    Sir_George
    For better access to newsgroups;
    [url]http://www.microsoft.com/windowsxp/pro/using/newsgroups/setup.asp[/url]


    "J.M." <mills92@mindspring.com> wrote in message
    news:054e01c34a6b$0394b7e0$a401280a@phx.gbl...
    > Can someone please tell me what a "carriage return" is
    > and how to use when filling out forms on the web. I've
    > never heard of them and can not find any referance to
    > them anywhere.
    >
    > Thanks

    Sir_George Guest

  2. Similar Questions and Discussions

    1. #39195 [Opn->Bgs]: if (0=="any sting") echo "it's return true";
      ID: 39195 Updated by: derick@php.net Reported By: waynewn at citiz dot net -Status: Open +Status: ...
    2. #39195 [NEW]: if (0=="any sting") echo "it's return true";
      From: waynewn at citiz dot net Operating system: win/freebsd PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug...
    3. "back" and return to previous place script?
      Hi Bob, The simplest way to do this is to store the current frame number in a global variable. Then jump to the whiteboard frame. The return...
    4. Launching a script from a carriage return <cr> or "Enter" key
      Hi All, I have a db I wrote a year ago and I need to tweek some functionality. I'm running with FM Pro v6.4 Question is: Can a script be...
    5. executing "DB2 load command" from perl return errors
      On 1 Jul 2003, Kenjis Kaan wrote: LOAD is not an SQL statement, it is a command. Therefore it can't be executed via DBI (or JDBC, ODBC, etc). ...
  3. #2

    Default Re: "carriage return"??????????

    In a script for logging on to te net; the symbol for carriage retyurn is
    <cr> with the brackets.

    God bless,

    Dave Warwick

    J.M. wrote:
    > Can someone please tell me what a "carriage return" is
    > and how to use when filling out forms on the web. I've
    > never heard of them and can not find any referance to
    > them anywhere.
    >
    > Thanks
    Dave Warwick Guest

  4. #3

    Default Re: "carriage return"??????????

    On Mon, 14 Jul 2003 17:49:57 -0700, "J.M." <mills92@mindspring.com>
    wrote:
    >Can someone please tell me what a "carriage return" is
    >and how to use when filling out forms on the web. I've
    >never heard of them and can not find any referance to
    >them anywhere.
    When you complete an online form, the text will be stored or sent
    somewhere as a file. If the said file is to be read on a unix machine
    each line will need to end with just a linefeed. If the file is to be
    read on a dos/windows machine each line will need to end with a
    carriage return followed by a linefeed.


    Jim.

    James Egan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139