|
-
Mar 21st, 2008, 10:41 PM
#1
Thread Starter
Hyperactive Member
checking each character in a string
a string for example consists of "hdjh568djd"
i want to check every character in the string, if detected that character is not a value then exit the function.
seems like this is not the way to do it?
str="hdjh568djd"
For Each Char In str
If Val(Char) = 0 Then Exit For
Next
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
|