i am pulling in an ipaddress from a xml file which is working.
How can I only get the first 3 octets of the ipaddress?
For example,
10.1.1.10
grab 10.1.1 or 10.1.1.
i am pulling in an ipaddress from a xml file which is working.
How can I only get the first 3 octets of the ipaddress?
For example,
10.1.1.10
grab 10.1.1 or 10.1.1.
"Big D" <BigDaddy@xxxxxx> wrote in message
news:ewjUCgS6JHA.1092@xxxxxxMost people would use the "split" function:
>i am pulling in an ipaddress from a xml file which is working.
>
> How can I only get the first 3 octets of the ipaddress?
>
> For example,
>
> 10.1.1.10
>
> grab 10.1.1 or 10.1.1.
arrayIP = split("10.1.1.10", ".")
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blocage lecture pièces jointes | Andre Wauquier | Vista mail | 1 | 25 Nov 2008 |
| ouverture pièces jointes | Roger Lammé | Vista mail | 1 | 22 Feb 2008 |
| Find a computer through it's ipaddress | marky2009 | Vista networking & sharing | 2 | 25 Jan 2008 |
| Pieces jointes | Yves Gagnier | Vista mail | 0 | 06 Jan 2008 |
| pièces jointes | marcelli | Vista mail | 0 | 22 Mar 2007 |