GetPrivateProfileString返回字符串未设置变量

时间:2016-01-12 22:55:26

标签: vba

我使用getPrivateProfileString从API读取。在这里,我调用方法并获得商店号

Rec = String(255, 0)
NC = GetPrivateProfileString("ConfigInfo", "store", "", Rec, 255, "C:\MyPath")

现在我调试Rec没有值

但是当我在消息框中使用Rec时,它会按预期显示其值。

为什么变量Rec是一个空变量而不是按预期保存我的商店号码?为什么Rec的值似乎与消息框中的预期一致?

0 个答案:

没有答案