You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get the Lyrics of a Song, but getText() ignores the \n and Print all in one Line...
e.g. 'This is a \n Test String.'
getText() gives
'This is a Test String.'
IT should do so:
'This is a
Test String.'
What can I do now?
Thx and thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I get the Lyrics of a Song, but getText() ignores the \n and Print all in one Line...
e.g. 'This is a \n Test String.'
getText() gives
'This is a Test String.'
IT should do so:
'This is a
Test String.'
What can I do now?
Thx and thank you!
The text was updated successfully, but these errors were encountered: