I forgot, how do I limit the length of a defined string. Keep in mind that
I always use EnableExplicit.
- np
String Length?
- NoahPhense
- Addict

- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
Euh !!
Like this :
Regards
Guimauve
Like this :
Code: Select all
MyString.s{5}
MyString = "Helllo"
Debug MyStringGuimauve
- NoahPhense
- Addict

- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
