Is it possible to sned a carriage return with Dopus.Output?
I tried this but only got a literal output
dopus.output("\n")
With thanks....
Is it possible to sned a carriage return with Dopus.Output?
I tried this but only got a literal output
dopus.output("\n")
With thanks....
There's an automatic carriage return each time it is called. You'd normally call it twice for two lines.