您的位置:程序门 -> delphi -> 语言基础/算法/系统设计



菜鳥關於readinteger method (treginifile)


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


菜鳥關於readinteger method (treginifile)
发表于:2007-12-29 15:10:06 楼主
function   readinteger(const   section,   ident:   string;   default:   longint):   longint;
說實話,那幾個英文認得,但不懂
发表于:2007-12-29 15:19:201楼 得分:0
[section]
ident=5


readinteger('section'{段名},'ident'{小节名},0{这里是默认值});
将会返回5      
发表于:2007-12-30 15:31:462楼 得分:0
what   is   'section'?
发表于:2007-12-30 15:41:433楼 得分:0
打开你c:\boot.ini   (隐藏文件)

有这样的吧
[boot   loader]
timeout=3


'boot   loader'就是section
'timeout'就是ident


快速检索

最新资讯
热门点击