А что еще проще можно? у меня и так работает.
делаю вот так:
Код:
ServerIP:=inttostr(e.IP7)+'.'+inttostr(e.IP8)+'.'+inttostr(e.IP9)+'.'+inttostr(e.IP10)+':';
a:=inttostr(e.IP11);
b:=inttostr(e.IP12);
ServerPort:=strtoint(a)*256+strtoint(b);
mmo1.Lines.Add(ServerIP+inttostr(ServerPort));
Если можно еще по проще то посоветуйте пожалуйста.