|
-
Jan 23rd, 2002, 09:03 AM
#1
Thread Starter
PowerPoster
easy string question
What is a good way to return all but the first character of a string?
ie: f(U234)=234 f(U1)=1
what is a good f ?
Thanks for any help!
-
Jan 23rd, 2002, 09:06 AM
#2
Hyperactive Member
was the double entendre on purpose
-
Jan 23rd, 2002, 09:06 AM
#3
Hyperactive Member
but replace x and y with suitable string names
-
Jan 23rd, 2002, 09:08 AM
#4
Hyperactive Member
sTemp = "f(U234)"
stemp = right(stemp,len(stemp)-1)
Greetz, Luc
-
Jan 23rd, 2002, 09:21 AM
#5
Thread Starter
PowerPoster
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
|