标题:[求助]Missing operator or semicolon 问题
取消只看楼主
nianshao
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2007-7-31
 问题点数:0 回复次数:0 
[求助]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



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




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

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