|
-
Nov 22nd, 2011, 09:55 AM
#1
Thread Starter
Junior Member
[RESOLVED] Separate words in a label
I've tried this every which way, and I know it will be something simple, so I thought I'd come on and quickly ask if anyone knows how to do this.
I basically have a label with words in it, I'd like to separate each word and dump them into individual variables.
For example, if I had Label1 with the caption of "Hello, this is me testing", this code would dump each word, *minus* any periods, commas or other characters into individual variables and would look like this:
Label1 = "Hello, this is me testing"
Would become:
var1 = "Hello"
var2 = "this"
var3 = "is"
var4 = "me"
var5 = "testing"
If anyone could help me out, I'd be most appreciative.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|