| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 3127 人关注过本帖
标题:[求助]Missing operator or semicolon 问题
只看楼主 加入收藏
nianshao
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2007-7-31
收藏
 问题点数:0 回复次数:1 
[求助]Missing operator or semicolon 问题
program Project2;

{$APPTYPE CONSOLE}

uses
SysUtils, windows;

Var WinDir ,currDirchar ;

begin
New(WinDir); //Allotment memory space
New(currDir); //Allotment memory space
GetWindowsDirectory(WinDir,255); //Install the catalogue to the windows to put WinDir
WinDir
GetCurrentDirectory(255,currDir); // Put the current catalogue to the currDir
WriteLn('The Windows system document catalogue be: ' ,WinDir); //the result
WriteLn('the document cataogue is :' ,CurrDir); //the result
//Dispose(WinDir);
//Dispose(currDir);
ReadLn;

end.


=======================
出现问题 大家帮忙
Missing operator or semicolon

如何解决??

[此贴子已经被作者于2007-7-31 10:41:54编辑过]

搜索更多相关主题的帖子: semicolon operator Missing 
2007-07-31 10:41
volte
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:69
帖 子:1167
专家分:1316
注 册:2004-12-19
收藏
得分:0 

最繁一些人乱改别人代码
改了后,还不知道错误,
很明显,少了个end结束语句。


大家都是朋友,有空就来坐坐!
2007-08-01 09:42
快速回复:[求助]Missing operator or semicolon 问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018632 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved