Im new to programming and I cannot figure out why it says End of Statement Expected under EventInteger.ToString() I tried to copy the example in my VB book but it's not working.
MessageString = "Total Daily Sales:" &
        DailyTotalDecimal.ToString("C") &
        Environment.NewLine & Environment.Newline &
        "Total Number of Orders:" EventInteger.ToString()
 
     
    