Thank you for your reply.
You were right; someone else told me (as well) that:

Port = (p1 * 256) + p2

--
p1 = port/256
p2 = port And 255