// // create-ascii-list.vdm CZ 08.05.2002 // for(#99=0; #99 < 256 ; #99++) { if((#99 != 10) && (#99 != 13)) { Ins_Char(#99) Ins_Text(" ") Num_Ins(#99, NOCR) Ins_NewLine(1) } }