// // vdr-channels-format.vdm Christian Ziemski 09.01.2007 // // // formatiert die channels.conf vom VDR optisch um // #103=0 Replace("|W","",BEGIN+ALL+NOERR) BoF while(! at_eol){ Search(";") #103=Max(#103, Cur_Col) Line(1, ERRBREAK) } BoF while(! at_eol){ Search(";", ADVANCE) Ins_Indent(#103+2) Line(1, ERRBREAK) } BoF while(! at_eol){ Search(":") #103=Max(#103, Cur_Col) Line(1, ERRBREAK) } BoF while(! at_eol){ Search(":", ADVANCE) Ins_Indent(#103+2) Line(1, ERRBREAK) }