marxwong 发表于 2010-1-22 15:55:09

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

marxwong 发表于 2010-1-22 16:05:31

对不起,不小心点了发表。。
其实,是想请教一下,这段代码里面最后的
MsgBox(0,$x,$aRecords[$x])
改成send($aRecords[$x]), 然后把内容发送到label里面去,发现第一次发送的$aRecords[$x](x=1)却是数组内容的数量。
有大虾知道是怎么回事么?谢谢

lsf1012 发表于 2010-1-29 19:33:15

我也是新手,应用须要转换一下
页: [1]
查看完整版本: SEND 不能正常发送数组值