DELPHI中如何定义静态局部变量(10分)

  • 主题发起人 主题发起人 liguang
  • 开始时间 开始时间
L

liguang

Unregistered / Unconfirmed
GUEST, unregistred user!
DELPHI中如何定义向C/C++中的那样“静态局部变量”(static)。先到先得
分。
 
procedure
const
yourstaticstr = 'aaa';//here
begin
//
yourstaticstr := '';
//
end;
 
接受答案!
 
后退
顶部