SEND 不能正常发送数组值
本帖最后由 marxwong 于 2010-1-22 16:06 编辑If Not _FileReadToArray($var,$aRecords) Then
MsgBox(4096,"Error", " the list didn't be configed or failed to be loaded, please try again." &@error)
Exit
EndIf
For $x=1 To $aRecords
MsgBox(0,$x,$aRecords[$x])
Next 对不起,不小心点了发表。。
其实,是想请教一下,这段代码里面最后的
MsgBox(0,$x,$aRecords[$x])
改成send($aRecords[$x]), 然后把内容发送到label里面去,发现第一次发送的$aRecords[$x](x=1)却是数组内容的数量。
有大虾知道是怎么回事么?谢谢 我也是新手,应用须要转换一下
页:
[1]