i am having problems with the winsock send function - i think its translating all my CR with CR/LF and i don't want it to. can someone tell me what flag to set? function send(s:TSocket;Const buf; len:tOS_INT; flags:tOS_INT):tOS_INT;stdcall; external winsockdll name 'send'; regards, ron wilson.