G Guest Feb 26, 2004 #2 Here you go http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vadatString.as Suresh ----- bas jaburg wrote: ---- I really need to know Regards Bas Jabur (e-mail address removed)
Here you go http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vadatString.as Suresh ----- bas jaburg wrote: ---- I really need to know Regards Bas Jabur (e-mail address removed)
G Guest Feb 26, 2004 #3 As long as the largest string can be Tu-Thac ----- bas jaburg wrote: ---- I really need to know Regards Bas Jabur (e-mail address removed)
As long as the largest string can be Tu-Thac ----- bas jaburg wrote: ---- I really need to know Regards Bas Jabur (e-mail address removed)
S Scott Mitchell [MVP] Feb 26, 2004 #4 I really need to know! You can determine the number of characters in a string via its Length property. Dim s as String = "Scott Mitchell" Dim NumberOfCharactersInS as Integer = s.Length Hope this helps. -- Scott Mitchell (e-mail address removed) http://www.4GuysFromRolla.com http://www.ASPFAQs.com http://www.ASPMessageboard.com * When you think ASP, think 4GuysFromRolla.com!
I really need to know! You can determine the number of characters in a string via its Length property. Dim s as String = "Scott Mitchell" Dim NumberOfCharactersInS as Integer = s.Length Hope this helps. -- Scott Mitchell (e-mail address removed) http://www.4GuysFromRolla.com http://www.ASPFAQs.com http://www.ASPMessageboard.com * When you think ASP, think 4GuysFromRolla.com!