MsgBox strange behavior, B4A 4.00.
In the image, how msgbox is displayed and how shown B4A detail information, in debug mode.
It only shows the first line.
This same code worked fine before.
Also does not work:
Any help is appreciated
In the image, how msgbox is displayed and how shown B4A detail information, in debug mode.
B4X:
Dim detalles As String
detalles = Archivo & CRLF & CRLF & traducir(75) _
& CRLF & dt.Format(d) & CRLF & CRLF & traducir(76) _
& CRLF & DSize(File.Size(Ruta, Archivo), 1) _
& " (" & File.Size(Ruta, Archivo) & " bytes)"
Msgbox(detalles, traducir(74))
It only shows the first line.
This same code worked fine before.
Also does not work:
B4X:
detalles = "hola" & CRLF & "adios"
Any help is appreciated
Last edited: