Avchent 0 Report post Posted November 16, 2006 Hello there! If file has TAB between words I can see such file as follow: 1) View mode (F3) ╔═[3]═════════════ ║ ║putb ║MACRO adr,dat ║ ║mov ║al,dat ║ ║mov ║dx,adr ║ELSE ║ ║mov ║al,adr ║ENDIF 2) Edit mode (F4) ╔═[3]══════════════════ ║ File Edit Search ║ ║putb MACRO adr,dat ║ mov al,dat ║ mov dx,adr ║ELSE ║ mov al,adr ║ENDIF ║ It seems like NDN doesn't show TAB char. How can I fix it ? Best regards, Alexander Share this post Link to post Share on other sites
Garl 0 Report post Posted November 16, 2006 use Version v2.30.2939/RUS (21-10-2006) WIN32 (W9x/WinNT) Here Share this post Link to post Share on other sites
Avchent 0 Report post Posted November 17, 2006 Hi Garl, use Version v2.30.2939/RUS (21-10-2006) WIN32 (W9x/WinNT) Here I checked it but v2.30.2939 Win32 doesn't work too. It seems like NDN use TAB as CR/LF. You can check it if you create file with TAB-char: label:_TAB_mov_TAB_ax,3 lab2:_TAB_mov_TAB_bx,ax where _TAB_ has code 9 When you view (F3) that file you'll see something like that: label: mov ax,3 lab2: mov bx,ax but when you edit (F4) that file you'll see: label: mov ax,3 lab2: mov bx,ax I'm afraid all of the Win32 versions have TAB-problem. Best regards, Alexander Share this post Link to post Share on other sites
AngelsHolocaust 0 Report post Posted November 23, 2006 Hi confirmed, thanks Stefan / AH Share this post Link to post Share on other sites