IP6numericAddress ( Input )
This function will convert a properly abbreviated IP6 into its full decimal address.
Average rating: 4.7 (23 votes) Log in to vote
Tim Griffith - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function will convert a properly abbreviated IP6 into its full decimal address. Properly abbreviated IP6 allows for only 1 grouping of zero sets (no matter how many sets in a row) to be represented by '::'. All other zero sets (separate from the grouping identified with '::') must either be :0: or :0000:. More than one occurance of '::' will produce an error. DEPENDANT FUNCTION : HexToDec ( hexString ) by Theo Ros, http://www.briandunning.com/cf/253 which has been comment included [with credit to Theo Ros] at the end of this function, for your convenience.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.