String doesn't fit in label
This is probably very very easy...i think there's some pre-made function in VB for it..but I can't find it...
I have a string...."sgsdgkjdsglkdjglkdjglkdjfglkdgjlkdg"
And a label which can hold up to 8 character and 4 lines (for examle)
When I use
it will only show the first 8 characters....
But I want it to have the first 8 on the first line..and the next 8 on the next line..
So I need a function to split it and enter space between it...(I suppose)
If the string is "sgsdg kjdsglkdjg lkdjglkdjfgl kdgjlkdg" then it will work fine...