Hello dear,
Can somebody help me to get the last digits from numbers like:
90000007 - needed result 7
90012001 - needed result 12001
90000010 - needed result 10
90009010 - needed result 9010
etc....
get the last digits from a number
Moderator: General Moderators
-
nologin666
- Forum Newbie
- Posts: 2
- Joined: Mon Jul 20, 2009 4:55 pm
Re: get the last digits from a number
Math?
Edit: This post was recovered from search engine cache.
Code: Select all
90009010 - 90000000 = 9010
Last edited by McInfo on Wed Jun 16, 2010 3:35 pm, edited 1 time in total.
-
nologin666
- Forum Newbie
- Posts: 2
- Joined: Mon Jul 20, 2009 4:55 pm
Re: get the last digits from a number
Ha!
Thank You!
Very simple...
I did not remember for that....
I was looking for regular expresions and so ever!
Very cool solution for particular case!
Thank You!
Thank You!
Very simple...
I did not remember for that....
I was looking for regular expresions and so ever!
Very cool solution for particular case!
Thank You!
Re: get the last digits from a number
Edit: This post was recovered from search engine cache.
Last edited by McInfo on Wed Jun 16, 2010 3:35 pm, edited 1 time in total.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: get the last digits from a number
Funny stuff 
Re: get the last digits from a number
That has a ring to it. If I ever need a slogan, I'll remember that.arborint wrote:McInfo is like magic!
Edit: This post was recovered from search engine cache.