\n in varibles????
\n in varibles????
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- jkosoy0
\n = line break...
Why not just split \n out...
my_variable.split("\n").join...
\n = line break...
Why not just split \n out...
my_variable.split("\n").join...