ord函数的使用 ( 积分: 50 )

  • 主题发起人 主题发起人 jiachenghuang
  • 开始时间 开始时间
J

jiachenghuang

Unregistered / Unconfirmed
GUEST, unregistred user!
ord(Copy(model, 1, 1)); 其中 model是一个字符串变量 ,编译不通过,请问错在哪呢,提示 incompatible type 。 :(
 
ord(Copy(model, 1, 1)[1]);
 
string-->char
 
var
str : string;
abc : integer;
begin
str := Copy(model, 1, 1);
abc := ord(str[1]);
......
 
谢谢,1、3的都对,是一样的原理,搞定!
 

Similar threads

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