Hi, Java provides a way to get the new line character in platform independent way. String newLine = System.getProperty("line.separator"); Is there any way in erlang to do the same?? -- Regards, Sapan Shah