When I copy paste code into the forum using Edge it reverses all the lines, ie the first line is last and last is first. And it eats all the CR/LF 's so I get one line.
An example - posted in Edge
the same copy buffer posted from chrome
Weird or what lol.
An example - posted in Edge
B4X:
End Sub StartMessageLoop svr.Start svr.Port = 55555 svr.AddWebSocket("/ws","start") svr.Initialize("svr")Sub AppStart (Args() As String)
the same copy buffer posted from chrome
B4X:
Sub AppStart (Args() As String)
svr.Initialize("svr")
svr.AddWebSocket("/ws","start")
svr.Port = 55555
svr.Start
StartMessageLoop
End Sub
Weird or what lol.
Last edited: