我想請教一下我原來用GetValueFromINIFile("address", "add1", "D:\出庫單資料庫\guest.ini")可以讀到add1里的內容。但是我想改成GetValueFromINIFile("address", " & Text1.Text & ", "D:\出庫單資料庫\guest.ini"),用TEXT1的輸入來確定查詢的位置,但是沒法實作,請教問題出在哪里?怎么改?
uj5u.com熱心網友回復:
GetValueFromINIFile("address", " & Text1.Text & ", "D:\出庫單資料庫\guest.ini")GetValueFromINIFile("address", Text1.Text, "D:\出庫單資料庫\guest.ini")
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/54294.html
標籤:API
上一篇:如何修改程式獲取的系統時間
