> problem at hand: > > File.WriteAll(ScriptFolder ++ "\Test.txt", "A'r'nB'r'nC'r'nD'r'n") > Local Handle = File.Open(ScriptFolder ++ "\Test.txt", "R") > Local ReadIn = File.ReadLine(Handle) > ; ReadIn should contain "A'r'n" at this point >
The file routine uses two different ways to read files: C file streams to read files one at a time and Windows byte reads to read or write a whole file. Possibly they treat newlines differently? I don't think it is anything I am explicitly doing, but if someone wants to review the file.c code, they may see it. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM ---------------------------------------------------------------------~-> **** EDIT YOUR POSTINGS !!!! **** Please remove as much as possible from original messages before replying to them. ________________________________________________ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
