Karl Wochele
Karl Wochele
Settings: [ ] Indent entities inside namespace [ ] Indent multiline members inside types [ ] Indent single line members inside types [ ] Indent statements inside entities [ ]...
Hi Robert, I'm trying to rebuild a solution with the following commandline: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe" "D:\Projekte\proMO\proMO.SLN" /rebuild "Release" /Out "BuildTest.log" In the log-file I get: Das Paket "XSharp...
So far I detected 7 problems running a script via execscript: **1. parameters - only 3 parameters are recognized** parameters a,b,c,d,e,f,g,h a,b,c //=> ok d,e,f,g,h //=> NIL return 0 **2....
If you print a memo-field with the following content (chr(9) between the blocks): 1234 5678 abcde 1234 5678 abcde RP prints 5678 abcde too high: This happens with normal text...