关于读取ini文件的小问题![已解决]
本帖最后由 mtvtop 于 2011-12-3 00:29 编辑我执行这个代码报错,请问是哪错了,谢谢Local $Account = IniReadSection("Config.ini", "坐标") ;读配置文件(*.ini)字段的 账号 与值.
$ServerUrl = IniReadSection("Config.ini", "分区")
$AccountType = IniRead("Config.ini", "帐号类型", "AccountType", "0")
For $i = 1 To $Account
$comAccount = $comAccount & "|" & $Account[$i]
MsgBox(4096, "", "关键字: " & $Account[$i] & @CRLF & "值: " & $Account[$i])
Next
请问有人帮忙呀 看看~~~~~~~~~ 请把INI文件贴出来 $comAccount 没有声明的嘛 $comAccount 没有声明的嘛
805333 发表于 2011-10-21 03:12 http://www.autoitx.com/images/common/back.gif
至少有这个问题~ LZ为何不贴出错误提示?
页:
[1]