English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-27 00:20:03 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

You can use Length() property.

Example:
Dim myString as string
Dim x as integer

myString = "testing"
x = myString.length()

Result: x = 7

2006-08-27 00:29:24 · answer #1 · answered by aditristi 2 · 1 0

what does vb mean?

2006-08-27 00:25:53 · answer #2 · answered by angelle_76 3 · 0 2

fedest.com, questions and answers