i have here a 13 digit number 0012132267272, is there a way i can get the first 5 or six digits of that said number and then compare it to another 5 digit number, any tutorial or site would be a great help...
thanks!
nhan
trimm integer
Moderator: General Moderators
ah ok thanks! im not really asking for the exact code.. only the idea...
hehehehe... thanks so much!
actually im trying to make a rating system for toll free and local access numbers..
so the calls would be not just 5 or 6 lines but hundreds of thousands of lines.. so i really need to make the comparison the fastest way possible...
if and case statements would not be applicable.. since there would be numerous prefixes for comparison... hehehehe...
thanks!
hehehehe... thanks so much!
actually im trying to make a rating system for toll free and local access numbers..
so the calls would be not just 5 or 6 lines but hundreds of thousands of lines.. so i really need to make the comparison the fastest way possible...
if and case statements would not be applicable.. since there would be numerous prefixes for comparison... hehehehe...
thanks!
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
solved
Thanks so much! thats what i need! 