fixed String

awiora

New member
Joined
Feb 18, 2008
Messages
2
Programming Experience
Beginner
I'd like to convert the following 2 lines of code into VB.Net.

Dim ColVal As String * 225 <- does not work with .net
ColVal = String(255, 0)


Thank you.
 
Back
Top