
April 5th, 2011, 05:06 AM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 1
Time spent in forums: 41 m 30 sec
Reputation Power: 0
|
|
|
Splitting the IP address string
Hi,
I have an IP address in a variable. I want to split the IP address in such a way that I will get the last part of IP address in another variable. please help.
<CFPARAM name="IPaddr" default="10.22.134.56">
My Variable IPaddr changes dynamically in code
I want to get last part 56(any dynamic value) in another variable. any ideas?
|