Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Carriage Return
From: John Croteau
Date: Mon, 6 Sep 1999 04:49:49 +0100

Hi Wes,

> So, you are saying that in Flash 4:
> > No need for Chr(10) on a PC to get a cArriage return -->
Yes

BOTH of the following do a full line feed and carriage return and work
the same:
> > Set Variable: "lines" = "Line1" & Chr (13) & "Line2"
> > Set Variable: "lines" = "Line1" & Newline & "Line2"

> This is true in Flash 4 because in Flash 4 Newline combines ASCII 13 with
> ASCII 10 to get a line feed and carriage return in a text field on the PC.
No, that is not quite correct - chr(13) performs the same way as
Newline.

> When I referred to a Text Box in VB5, I was correct in saying:
> > > On the PC, one way is to combine ASCII 13 with ASCII 10 to
> > > get a line feed and carriage return.
> > > On the Mac system only one of these is used to get the result.
I am quite aware of this, but to get a complete line feed and carriage
return on the PC you do not usually have to combine ASCII 13 with ASCII
10, ASCII 13 can do it by itself.

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: Carriage Return, Wes Tilson

Replies
  FLASH: Carriage Return, Peter Brouwers
  Re: FLASH: Carriage Return, Wes Tilson
  Re: FLASH: Carriage Return, John Croteau
  Re: FLASH: Carriage Return, Wes Tilson

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]