| 编程中国 | 业界新闻 | 技术文章 | 视频教程 | 下载频道 | 程序源码 | 个人空间 | 编程论坛
全能ASP/PHP/ASP.NET主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付学习型 ASP/PHP/ASP.NET 主机 30元/年
高端软件开发 = 年薪十万不是梦赛孚耐:软件保护加密专家身份认证令牌USB KEY 
共有 882 人关注过本帖
标题:[求助]Missing operator or semicolon 问题
收藏  订阅  推荐  打印 
nianshao
Rank: 1
等级:新手上路
帖子:2
积分:120
注册:2007-7-31
[求助]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-7-31 10:41
volte
Rank: 12Rank: 12Rank: 12
等级:贵宾
威望:28
帖子:885
积分:9168
注册:2004-12-19

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


大家都是朋友,有空就来坐坐!
2007-8-1 09:42
关于我们 | 广告合作 | 编程中国 | 清除Cookies | Archiver | WAP | TOP

编程中国 版权所有,并保留所有权利。鲁ICP备08000592号
Powered by Discuz, Processed in 0.050314 second(s), 9 queries.
Copyright©2004-2008, BCCN.NET, All Rights Reserved