Page 1 of 1

String Length?

Posted: Tue Aug 29, 2006 3:14 am
by NoahPhense
I forgot, how do I limit the length of a defined string. Keep in mind that
I always use EnableExplicit.

- np

Posted: Tue Aug 29, 2006 3:19 am
by Guimauve
Euh !!

Like this :

Code: Select all

MyString.s{5}

MyString = "Helllo"

Debug MyString
Regards
Guimauve

Posted: Tue Aug 29, 2006 3:22 am
by NoahPhense
Excellent. Thanks!

- np