String Length?
Posted: Tue Aug 29, 2006 3:14 am
I forgot, how do I limit the length of a defined string. Keep in mind that
I always use EnableExplicit.
- np
I always use EnableExplicit.
- np
Code: Select all
MyString.s{5}
MyString = "Helllo"
Debug MyString