A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash -> asp -> .txt and back again problem

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    18
    I've got a frustrating problem on my hands:
    I've got data into flash via loadVariables, added/deleted/edited and resorted data inside flash and written it to a txt file (using a concatenated string event1=this&event2=that...&EOF=true) with asp. No problem. But, using asp's "writeLine", it is automatically placing a carraige return at the end of the string and killing my next import of the txt. EOF is no longer "true", but "true\r\n". Does anyone knows how to spare the carraige returns. Thanks.

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    just make it &EOF=true&

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center