精华区
[
关闭
][
返回
]
当前位置:
网易精华区
>>
讨论区精华
>>
编程开发
>>
● Delphi
>>
Object Pascal语言
>>
Re:关于动态数组的迷惑
主题:Re:关于动态数组的迷惑
发信人: gz_wh(rick)
整理人: teleme(2001-09-05 18:08:24), 站内信件
【 在 declare 的大作中提到:】
:procedure(aaa:array of array of string);
:这句编译老通过不了,但我确实需要用动态二维数组。请帮帮我
:......
把array of array of string写成自定义类型
type MyArray = array of array of string;
[
关闭
][
返回
]