glitchtracker
glitchtracker
Hi, Both version from mai or september crash the FMSE engine on FMS FMS 20.3.1.31 on a mac mini m23 ventura 13.3.1 5.0b3 worked but I lost it. Fortunately I...
Hi, I had to go 5.0ß3 to avoid the zombie command line issue that was exhausting all my server ressources. For that it works. But then I notice that queries...
Hi, here's the following code Let ( text="1"&char(9)&"2"&char(9)&"3"&char(9)&"4"&char(9)&"5"&char(9)&"6"&char(9)&"7"&char(9)&"8"&char(9)&"9"&char(9)&"10¶A"&char(9)&"B"&char(9)&"C"&char(9)&"D"&char(9)&"E"&char(9)&"F"&char(9)&"G"&char(9)&"H"&char(9)&"I"&char(9)&"J"; BE_RegularExpression ( text ;"^(?:[^\t]*\t){2}([^\t]+)";"vm") ) it returns 1 2 3 A B C While it only should return 3 C That's because...