S
Sehboo
Hi,
Is there any easy way to limit the size of the string?
I have
Private msDescription As String
I want to limit the msDescription to 50 instead of unlimitted.
I wish I could do something like
Private msDescription As String(50)
How to achive this?
Thanks
Is there any easy way to limit the size of the string?
I have
Private msDescription As String
I want to limit the msDescription to 50 instead of unlimitted.
I wish I could do something like
Private msDescription As String(50)
How to achive this?
Thanks