B4J Question CRLF Strangeness - JakeBullet70    Sep 23, 2015 :\source\b4a_libs").Append(CRLF)
baseGIT.Append($"git fetch -v --progress "origin" master"$).Append(CRLF)
baseGIT.Append("CD " & "C:\source\b4a_shared_mods").Append(CRLF)
baseGIT.Append($"git fetch -v --progress "origin" master"$).Append(CRLF)
baseGIT.Append("CD " & mProjectFolder).Append(CRLF)
baseGIT.Append... B4J Question msgbox2 cuts text with ... using two CRLF's - KMatle    Jan 17, 2024 following CRLF's. Is this a bug?
fx.Msgbox2(InvoicesForm,"Testtext asfjafja afajfaj... afjsjf afjjajf CRLF" & CRLF & CRLF & "Second line","Test"... Bug? [IDE] Can't use CRLF at the start of a Log? - MikeH    Aug 15, 2022 132564
As per title
p.s. The line number is purely coincidental ?... B4A Question Saving Default String Data Containing CRLF - RichardN    Jan 31, 2022 contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a try only to discover exactly the same thing happens. I also tried String.Replace(CRLF,"|"... B4J Question Append CRLF to Buffer - Declan    Nov 8, 2021 /android/forum/threads/jserial-library.34762/#content
How do I append a CRLF to the Buffer?
I send... Bug? B4XCanvas - Difference B4J Recognizes CRLFs, B4A does not - MrKim    May 16, 2021 B4A treats them as a space.. Haven't checked B4i.
B4j Also correctly measures the height.... B4A Question Split string to array (by CRLF) [Solved] - trepdas    Jan 25, 2021   (1 reaction) Hello good people,
I have a long string with crlf already inside the string (string1&CRLF&string2&CRLF&string3 etc)
how would I split it into an array ?
in vb6 - buffer()=split... B4A Question CRLF can not split different row in B4A - metro12a (first post)    Nov 15, 2024 Hi klaus... Thank you for your guidance... B4A Question barcode scanner into EditText - CRLF not detected - hung (first post)    Jul 2, 2024 May be you can use a <textarea> field to receive the scan data with crlf, or try multiple lines edittext field.... Bug? CRLF - Maybe a bug, maybe not - Peter Simpson    Oct 26, 2018 Hello Erel,
In B4J when I write to a file and I then use '& CRLF' at the end... lines, it is actually showing LF and not CRLF at the end of each line as I would have expected. Just... Page: 1   2   3   4   5   |