erik hansen wrote: > so, there are no cross platform problems > with using either return or cr?
Only when a file has been opened for binary read/write. It's not necessarily a problem, but if you're writing a text file to be read by another program you'll probably want to open the file in the default text mode rather than binary. But yes, "cr" and "return" are synonyms. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
