String Length?

Everything else that doesn't fall into one of the other PB categories.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

String Length?

Post by NoahPhense »

I forgot, how do I limit the length of a defined string. Keep in mind that
I always use EnableExplicit.

- np
User avatar
Guimauve
Enthusiast
Enthusiast
Posts: 742
Joined: Wed Oct 22, 2003 2:51 am
Location: Canada

Post by Guimauve »

Euh !!

Like this :

Code: Select all

MyString.s{5}

MyString = "Helllo"

Debug MyString
Regards
Guimauve
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Excellent. Thanks!

- np
Post Reply