最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
String,PChar,PByte,Array of Char,Array of Byte
时间:2022-06-25 05:02:24 编辑:袖梨 来源:一聚教程网
string,pchar,pbyte,array of char,array of byte
var
s:string;
pc:pchar;
pb:pbyte;
ac:array[1..100] of char;
ab:array[1..100] of byte;
i:integer;
begin
s:='this is a test';
pc:=pchar(s); //string->pchar
pb:=pbyte(pc); //pchar->pbyte
for i:=1 to length(s) do
begin
ac[i]:=s[i]; //string->arrary of char
ab[i]:=byte(s[i]); //string->arrary of byte
end;
s:=pc; //pchar->string
s:=string(pb); //pbyte->string
s:=c; //arrary of char->string;
end;
相关文章
- 一帧秒创-网页版地址官网登录入口 04-30
- 极速漫画官方下载入口怎么进最新版本安装教程-极速漫画下载入口地址安全免费极速版 04-30
- 虫虫漫画官方入口汇总-手把手教你锁定在线阅读入口并完成账号激活 04-30
- boss智能门锁如何设置密码 04-29
- 王者荣耀世界橘右京厉害吗 04-29
- 《青云劫攻略天赋技能,成就无敌仙侠》(解锁潜能,掌握绝学,成就仙侠传奇) 04-29