June 19, 201510 yr Hello, Because of several Java issues I want to use the Baseelements plugin iso ScriptMaster by 360works. But when writing files with BE_writeTextToFile on a Mac I can write data with CRLF, CR or LF, on Windows (7) however I get CRLF whatever I put in the data. Is there a solution for this? TIA
June 24, 201510 yr Newbies What I do is simply Set Variable: [ $text ; "a line of text" & char(10) & "another line of text" ] Set Variable: [ $set ; BE_writeTextToFile ( $path ; $text ) ……… When I open the file with a hex edtor char(10) has become char(13) + char(10) ( 0D0A )
Create an account or sign in to comment