简单问题,关于类型转换(20分)

  • 主题发起人 主题发起人 Count_D
  • 开始时间 开始时间
C

Count_D

Unregistered / Unconfirmed
GUEST, unregistred user!
如何动态给动态字符数组付值
数组为array of char
如何将动态获得的字符串付给它,例如将一个Edit里的内容付给它,她好像只能接受字符串
常量
 
ar:array of char;
s:string;

setlength(ar,length(s));
for i:=0 to lenght(s)-1 do ar:=s;
 
接受答案了.
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
915
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部