I want to add ~ (tilde) in the string and write this string to a file.
Eg.
String = "~Hi~Welcome ~Presenting ~My~Problem~To~you Public ~L.",
ile:write_file(WriteFileName, io_lib:fwrite(String,[])).
Error received
** Reason for termination ==
** {badarg,[{io_lib,format,
["~Hi~Welcome ~Presenting ~My~Problem~To~you Public ~L.",
[]],
[{file,"io_lib.erl"},{line,168}]},.....]}
Any Help Appreciated! Thanks :)