convert integer to points
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All I want to know if is there anyway to get the string length in Points? I have the string str = "hello" and if you call str.length, and will get 5 I know that str.length return integer.. but i want it in points.. Is 5 points equal to what str.length ( which is 5 in this case ) return in Integer ??