Home > Archive > MS Access data conversion > April 2005 > Re: Using Replace to add CR/LF's to memo fields









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Using Replace to add CR/LF's to memo fields
david epsom dot com dot au

2005-04-06, 8:04 pm

> The Windows (and Access) standard the other way round: Chr(13)&Chr(10).

You send the Carriage Return (13) first, so that the print
carriage has more time to move. The Line Feed (10) is sent
second, because the rotation of the print roller one line
is typically shorter, and takes less time. The two actions
happen asynchronously, so you start the carriage return,
do the line feed, then wait for the carriage return to end.

Note that this is different from a standard mechanical
typewriter: on a standard mechanical typewriter, the Carriage
Return lever actuates a line feed first (normally a single
line feed, but there is a mechanical adjustment to get it
do double line feeds), and then goes into Carriage Return
mode if you push it further.

(david)

"John Nurick" <j.mapSoN.nurick@dial.pipex.com> wrote in message
news:t0qg015faed6gf6
0oll7pog25ibhsklber@
4ax.com...
> On Mon, 7 Feb 2005 18:59:01 -0800, tgorelick
> < tgorelick@discussion
s.microsoft.com> wrote:
>
>
> The Windows (and Access) standard the other way round: Chr(13)&Chr(10).
> --
> John Nurick [Microsoft Access MVP]
>
> Please respond in the newgroup and not by email.



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com