天天看點

客戶端怎樣傳遞陣列類型的參數到中間層?(沒有測試過)

<b>發表人</b>

<a href="http://delphi.ktop.com.tw/pop_profile.asp?mode=display&amp;id=11924"><b>databeginner</b></a>

會員

男22

China

5 篇發表文章

0 分答題得分

<b>1 分總積分</b>

客戶端:

var at:array of string;

begin

SocketConnection.AppServer.array_test(at);

end;

中間層

取出at的值.

發表人 - Mickey 於 2003/06/17 15:17:27

<a href="http://delphi.ktop.com.tw/pop_profile.asp?mode=display&amp;id=174"><b>mustapha.wang</b></a>

男31

332 篇發表文章

73 分答題得分

<b>570.9 分總積分</b>

===============

多謝mustapha.wang.