C
CeyloR
Can anyone tell me what the "c" means in a statement like this:
strTest = New String(" "c,10)
I know the 10 in above example stands for the maxlength of characters
in the string. Is it posible to skip this maxlength?
I'm trying to open a textfile an put it into a string, and therefor I
just want to read the whole textfile til EOF.
I'm a bit new programming in Visual Basic.NET so I hope you remember
that in your answers.
strTest = New String(" "c,10)
I know the 10 in above example stands for the maxlength of characters
in the string. Is it posible to skip this maxlength?
I'm trying to open a textfile an put it into a string, and therefor I
just want to read the whole textfile til EOF.
I'm a bit new programming in Visual Basic.NET so I hope you remember
that in your answers.
