Fastream Technologies wrote:
> AnsiString Buf = "test string";
>
> SendStream->Write(Buf[1], Buf.Length());
>   
or
SendStream->Write(Buf.c_str(), Buf.Length());

?


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to