RE: Character limit in form text variables?

2017-02-14 Thread slerch via 4D_Tech
This goes in line with something I learned after submitting a bug for BASE64 ENCODE. The formula was changed so there was one very, very long line of code for large amounts of data. This drawing for this line suddenly stopped after something like 37K characters. It turns out Windows has a visual li

Re: Base64 Encoded text

2019-02-14 Thread slerch via 4D_Tech
BASE64 can be split into multiple lines so if you are looking for a CR or CRLF break between OBX segments, you could be getting the character found inside the BASE64 segment instead and so when you go to pull the info you actually have just part of the full BASE64 text. Therefore when it attempts t