DetailPrint without new line?
Hey,
maybe a simple question, but I can't find a solution. Is there any way to write something to the DetailView without a new line? For example:
DetailPrint "Writing registry key... "
WriteRegDWORD HKLM "..." "..." 1
IfErrors +2 0
DetailPrint "done"
Currently the output is in two lines, but I would like to see it in one line.
Any idea?
Kind regards,
Funny