Archive: DirText doesn't handle \r\n


DirText doesn't handle \r\n
Hello,

I'm trying to provide additional suggestions on choosing an install directory.

On v2.21, calling
DirText "Choose where the Handbook Program folder should be created.\r\n\r\nYour desktop is recommended and is the default choice." "Installation Directory" "Browse..." "Choose where the Handbook Program folder should be created"

Works fine, except the \r\n is shown on the screen rather than being translated to the control characters.

Thanks for ideas...

Larry


Try to use $\r$\n instead \r\n.


Thank you!

Worked perfectly.