Fonction Optimiser(PasDEffetDeBord) ConvertirAdresseTcpIpEnNom(Ip1 : Entier, Ip2 : Entier, Ip3 : Entier, Ip4 : Entier) Retourner Nul Ou Caractere;
Si l'adresse Internet n'est associée à aucun nom logique, le résultat est Nul.
Principal
/*******/
Debut
Ecran.Ecrire(ConvertirAdresseTcpIpEnNom(125, 0, 0, 50));
/* Ecrit le nom de l'ordinateur d'adresse Tcp-Ip 125.0.0.50. */
Fin Principal
- | - | - | - | - | - | - | - | - |