; LineBr
; ------
; Simple program to read a text file and append
; to each line, suitable for crude html display
;
;report on
;priority low
savetext ,test.htm
readline test.txt,A
:loop
savetext %A
,test.htm,A
nextline test.txt,A
ifnerror loop
:exit
msgbox Completed,File in test.htm,0