2007/7/25, John Grden <[EMAIL PROTECTED]>: > anyone know how to get a string back from JSFL that's from a txt file > without the extra line feeds?
Might this issue comes from different line feed characters used in document? As I remember, some text editors are able to use different combinations of such characters. For example, there's such menu options in SciTE|Flash 2004: Options > Line End Characters > CR + LF | CR | LF | Convert Line End Characters. These characrters are used in different systems, e.g. LF is used as line end in FreeBSD, and CR is used in the same role in DOS-like systems. Windows tries to use CR+LF for the maximum compatibility with others (as I understood). So maybe it makes sense for you to open your file in the SciTE|Flash and convert the line end characters using the menu options I listed above. And maybe I got your issue wrong - can you provide more info? I worked with JSFL a lil' bit during some automation able projects. ---- rost _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
