Flasher Archive

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


Subject: Re: FLASH: extra linefeed in flash display (SOLUTION)
From: Branden Hall
Date: Tue, 25 Apr 2000 01:06:13 +0100

Your loaded variable is loadedVar, the final, stripped variable is finalVar:

Set Variable: "loadedVar" = 1
Loop While (count <=length(loadedVar))
If (ord(substring(loadedVar, count,1)) <> 13)
Set Variable: "finalVar" = finalVar&substring(loadedVar,
count,1)
End If
Set Variable: "count" = count+1
End Loop

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software

----- Original Message -----
From: Helen Triolo <designerati-technica [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Monday, April 24, 2000 7:31 PM
Subject: Re: FLASH: extra linefeed in flash display


David Jacobs wrote:
>
> If you are pulling it from a database, then you are using server-side
> scripting for your database access. At the same time, just use a replace
> function to eliminate either the carriage return or the linefeed.
>
Yes, of course you're right about that. I just wondered if there was a
Flash solution (that would work universally--text files, database files)
for what appears to me to be a Flash problem. Also curious to know if
anyone had come up with any parsing routines of any sort for flash that
would handle this and work for similar tasks in the future. Thanks for
the answer--guess that's what I should do for now.

Helen
----------------------------------------
helen triolo � http://i-technica.com
designerati-technica [dot] com � 301-424-6037
----------------------------------------

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: extra linefeed in flash displ, Helen Triolo
  RE: FLASH: extra linefeed in flash displ, Scott Jeppesen

Replies
  RE: FLASH: extra linefeed in flash displ, David Jacobs
  Re: FLASH: extra linefeed in flash displ, Helen Triolo

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