Ask a Question related to ASP, Design and Development.
-
Rob #1
Getting a block of data from with a text file
Hi All,
Any ideas on how to read a txt file from asp and get it to grab one block of
information?
Sample txt file;
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
PPP adapter SpeedTouch UK:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 81.128.131.42
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 81.128.131.42
I wish to grab the PPP ip address of 81.128.131.42 (the 81 is the only
static part of the ip) and then create a hyper link on the outputted page
using this ip address.
Thanks in advance,
Rob
Rob Guest
-
save data to text file?
I have an application that gathers data frim the user. Using sendandload I can transfer the data to my server and store the data in a database. My... -
Centering text vertically in a text block
I just bought Freehand MX 11 for Mac OS X and from using it back in the mid 1990s I could have sworn you could center text vertically in a text... -
Missing text (flush right text block) upon export to pdf
I was aghast today to see and ad in the local paper (that I worked on and got client approval for) missing text at bottom of ad. I am using FH 10 in... -
reading data from a text file
Hi, Simple question but I cant seem to find an answer in the help files: How do I read certain text from a text file, as in a string. What should... -
find physical blocks/disks, mapped from Oracle file# and block#, block corruption
Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here.... -
Curt_C [MVP] #2
Re: Getting a block of data from with a text file
IPConfig huh? :}
Use FSO to read it all in then use the Instr() Mid() Left() Right()
functions to break to what you need.
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
[url]http://www.Darkfalz.com[/url]
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Rob" <hdw.reporting@btopenworld.com> wrote in message
news:bitnoc$r07$1@titan.btinternet.com...of> Hi All,
>
> Any ideas on how to read a txt file from asp and get it to grab one block> information?
> Sample txt file;
>
> Windows IP Configuration
> Ethernet adapter Local Area Connection:
> Connection-specific DNS Suffix . :
> IP Address. . . . . . . . . . . . : 192.168.0.1
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
> PPP adapter SpeedTouch UK:
> Connection-specific DNS Suffix . :
> IP Address. . . . . . . . . . . . : 81.128.131.42
> Subnet Mask . . . . . . . . . . . : 255.255.255.255
> Default Gateway . . . . . . . . . : 81.128.131.42
>
> I wish to grab the PPP ip address of 81.128.131.42 (the 81 is the only
> static part of the ip) and then create a hyper link on the outputted page
> using this ip address.
>
> Thanks in advance,
> Rob
>
>
Curt_C [MVP] Guest



Reply With Quote

