L
Lost
Are fixed length strings available in VB.Net?
In Quickbasic, fixed length strings could be declared thus:
DIM str AS STRING * 10 'gives a string of length 10
Is there some equivalent command in VB.Net Express?
In Quickbasic, fixed length strings could be declared thus:
DIM str AS STRING * 10 'gives a string of length 10
Is there some equivalent command in VB.Net Express?