Stringgadget and linereturn

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by merendo.

Code: Select all

StringGadget(0,10,10,381,300,"",#ES_MULTILINE|#ES_AUTOVSCROLL|#WS_VSCROLL|#PB_String_ReadOnly)
Does anybody how to add a line-return to the content of this gadget? (Chr(13) doesn't work, I don't know why)

May this be a bug?

Cu @ll, merendo
--
I wish ya a happy new year!
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by plouf.

it is needed a Chr(13)+Chr(10)

Christos
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by merendo.

Thank you!

Cu @ll, merendo
--
I wish ya a happy new year!
Post Reply