in vb6 you could assign a string a string of values ie the following


VB Code:
  1. Dim sTmp As String
  2.  
  3. sTmp = String(255, 0)

how can this be done in vb.net?????


thanx