Question : how do I go to the next line on message box

I have vb6.  I have the following messagebox:

"The following students need attention:  Mike, Sam, Gary"

How can I make the message box output like this

"The following students need attention:  

Mike
Sam
Gary"

Answer : how do I go to the next line on message box

"The following students need attention:  " & vbCrLf & "Mike" & vbCrLf & "Gary"
Random Solutions  
 
programming4us programming4us