guyfromfl Posted March 25, 2007 Share Posted March 25, 2007 i need help putting the text of a messagebox on 2 lines (put a carriage return in the messagebox text at a certain point) strPart1ofText & <cr> & strPart2ofText thanks Link to comment https://forums.phpfreaks.com/topic/44256-solved-vb2005-msgbox/ Share on other sites More sharing options...
Tyche Posted March 27, 2007 Share Posted March 27, 2007 Use the vbCRLF constant - this should put a line throw between each string message = strPart1ofText & vbCRLF & strPart2ofText Link to comment https://forums.phpfreaks.com/topic/44256-solved-vb2005-msgbox/#findComment-216068 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.