[A83] Re: ugly symbols with an directory list


[Prev][Next][Index][Thread]

[A83] Re: ugly symbols with an directory list



> I know they are not by accident, but I don't know how to tweak my list
> then.

Your code scans through the VAT program by program. It'll display any
program it finds. Now, to remove # and !, you simply check the found
program against # and !, and skip the display if it's either of them. I'd
say insert some code right after label "program". If the current program
is # or !, jump to main_loop + 3 (to skip the ld (count),A). (Or just make
a new label one line below main_loop.)

HTH,
Rob van Wijk

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




References: