![]() |
|
|||||||
| Development Need help with web development, ask questions here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
need help trying to read a Line
i need help reading a line similar to the one below
internet.co.uk,Y,N,N,1996-07-30,2006-07-30,1,NOMINET or automaton-example.org.uk,N its a whois on the domain internet.co.uk so i want to skip the domain part of the line such as internet.co.uk and automaton-example.org.uk and just go straight to the first Y/N (atm ignoring the other N's and dates etc. if its a Y - its registered if its a N - its free and if its Y i want it to keep looping until it turns to N how would i go about doing this? |
|
#2
|
|||
|
|||
|
Re: need help trying to read a Line
In which programming language do you want to get this done ? In most languages there are functions like split (Perl, for example) to separate the entries from each other. Well and the rest is a matter of string comparing or regular expressions.
__________________
Business consulting services: http://www.starenterprise.com CGI Perl scripts and software development: http://www.sunnyscript.com |
|
#3
|
|||
|
|||
|
Re: need help trying to read a Line
Do you want application or web script? I can help you if you are using php and for application I can make it in vb or vb.net
Let me know |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help trying to read a Line | imported_Business | Development | 0 | 07-02-2007 07:46 PM |
| See if you can read this........ | mattonline | Have a break | 8 | 12-02-2006 09:33 AM |
| See if you can read this........ | imported_mattonline | Have a break | 8 | 12-02-2006 09:33 AM |