Any clues and/or bones for me?
pseudo code for what I'm looking for.
hostname := 'google.com';
textDisplay.Text := IPAddrToString(Resolver.resolve(hostname));
I just want to get the IP address and display it. Any help would be
appreciated!
TIA,
Dan