mtvtop 发表于 2011-10-21 00:34:05

关于读取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

mtvtop 发表于 2011-10-21 01:23:37

请问有人帮忙呀

ylsfwb 发表于 2011-10-21 02:11:44

看看~~~~~~~~~

805333 发表于 2011-10-21 03:11:39

请把INI文件贴出来

805333 发表于 2011-10-21 03:12:33

$comAccount 没有声明的嘛

afan 发表于 2011-10-21 03:36:17

$comAccount 没有声明的嘛
805333 发表于 2011-10-21 03:12 http://www.autoitx.com/images/common/back.gif


    至少有这个问题~ LZ为何不贴出错误提示?
页: [1]
查看完整版本: 关于读取ini文件的小问题![已解决]