标题:[求助]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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-159368-1-1.html




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

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