Address = "45.79.112.203:4242"; Connection = OPI_TCP.CreateConnection(Address); Data = "Hello server!" + Chars.LF; Sending = OPI_TCP.SendLine(Connection, Data);