Ask a Question related to Windows Networking, Design and Development.
-
Sir_George #1
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
-
#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: ... -
#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... -
"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... -
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... -
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). ... -
Dave Warwick #2
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.
>
> ThanksDave Warwick Guest
-
James Egan #3
Re: "carriage return"??????????
On Mon, 14 Jul 2003 17:49:57 -0700, "J.M." <mills92@mindspring.com>
wrote:
When you complete an online form, the text will be stored or sent>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.
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



Reply With Quote

