Flasher Archive

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


Subject: Re: FLASH: Carriage Return
From: John Croteau
Date: Sun, 5 Sep 1999 07:26:45 +0100

Hi Wes,

> 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.

> In BASIC:
> Dim LFCR
> LFCR = Chr(13) + Chr(10)
> Text1.txt = "test" & LFCR & "test" gets
> test
> test
No need for Chr(10) on a PC to get a cArriage return -->

Set Variable: "lines" = "Line1" & Chr (13) & "Line2"
Set Variable: "lines" = "Line1" & Newline & "Line2"

Both return:
Line1
Line2

----------- -----------------------
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

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