From: marcov@stack.nl   
      
   On 2005-02-08, RadSurfer wrote:   
   > when I try   
   >   
   > uses WinCrt;   
   >   
   > WriteLn(#9,"some text";   
   > Write('Hello World!',#9,"How are you?");   
   > WriteLn('');   
   >   
   > I notice that the Tabs are not honored at all.   
   > I also notice that #9 is printed if appears inside ' '   
      
   If you use Crt, the program does its own screen writing, and the output is   
   not cooked. Ansi sequences or other console device drivers are also not   
   used.   
      
   > Any ideas how to Tabulate in the Windows Popup Output Screen?   
   > (whatever its official name is)   
      
   No idea what you mean, but try to remove unit (win)crt.   
      
   > I was thinking that for the size of these EXE's files, that the notion   
   > under Windows at least, TPascal 7 and BP 7 producing their very own   
   > output Window is kinda neat...   
      
   Even 32-bit windows programs that directly use the api can be very small.   
   (see e.g. win9x notepad).   
      
   32-bit _is_ larger than 16-bit, but not more than +/- a factor 1.5. (not   
   everything becomes twice as wide). The rest is difference in approach of the   
   problem.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|