Flasher Archive

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


Subject: Re: FLASH: Having Problems sending CARRY RETURN CODE to mail from Flash
From: Wayne Pennell \( Web Master \)
Date: Tue, 25 Jul 2000 16:18:44 +0100

You could try passing your end variable to a form field variable that has
word wrap then return that to the email.

Long text string ----> word wrapped form box ----> then to email
variable

I don't know as it would be any different but that might work..


The definite solution is to make a loop like you have but concatenate after
an end char.

Make your loop read in your variables and add a + or something at the end
then when you read the long string trim the string by adding a hard return
where the + is.

i.e.. Var1=Sometext read in by user
Var1 &"+" Var2 &"+" Var3

Loop while ( i<=length )
If char(x) = "+"
replace char(+) with char( hardreturn)

blah blah

Just a thought.
Wayne Pennell
----- Original Message -----
From: "V�ctor Vill�n" <kek0athotmail [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Sunday, July 23, 2000 10:48 AM
Subject: FLASH: Having Problems sending CARRY RETURN CODE to mail from Flash


> Hi.
>
> I'm making a kind of catalogue CD with Flash that lets you make an order
form by selecting the amount of each product you want (the form is built up
by itself, u don't fill it up). They selected products and amounts are
stored into variables so they can be sent later via email.
>
> Well, the problem is that when I build up the "body" of the mail this way:
>
> Loop While (i<=length)
> body = body & eval("var"&i) & NewLine (or Chr(13))
> i = i+1
> End Loop
>
> GETURL ("mailto:xxx?body="&body) or GETURL ("mailto....",vars=GET)
>
> The NewLine codes are missed and it has no multiple lines, it makes a long
long line....
>
> Anyone knows how to pass a carry return code this way?
>
> Thanks.
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Having Problems sending CARRY RET, V�ctor Vill�n

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