objSR.ReadToEnd() restituisce le informazioni di un whois.
Stampa tra l'altro:
Status: ACTIVE
Created: 2008-10-22 14:55:12
Come faccio a stamparmi solo ACTIVE ?
objSR.ReadToEnd() restituisce le informazioni di un whois.
Stampa tra l'altro:
Status: ACTIVE
Created: 2008-10-22 14:55:12
Come faccio a stamparmi solo ACTIVE ?
Dove result dovrebbe darmi la stampa della parte sinistra della stringa, ma nulla.codice:Dim ArrayStringhe() as string = objSR.ReadToEnd().Split("Created") Dim cod1=ArrayStringhe(0) Dim cod2=ArrayStringhe(1) Dim result = cod1
Cos'e' objRS ? Inoltre il titolo non è attinente con l'argomento...
Comunque, prova con: < Left(objSR.ReadToEnd().toString, 14) >
(ma se cambia lo stato non va bene)
press play on tape
-----
MP3 Listing
https://sourceforge.net/projects/mp3-listing
File Listing
https://sourceforge.net/projects/file-listing-2-0/