Originally posted by Edneeis
Whats wrong with this?
VB Code:
  1. Dim dtv1 As DateTime = DateTime.Now
  2.         Dim dtv2 As DateTime = DateTime.Now
  3.         MsgBox(String.Concat(dtv1.ToString, ControlChars.Tab, dtv2.ToString))
This cool , but what if I have more than two vari .anyways , I'm not trying to be difficult Edneeis but I was wondering if I could do it in VB. . THANX