鱼C论坛

 找回密码
 立即注册
查看: 2683|回复: 3

声明一个返回数组类型的function报错,求解答

[复制链接]
发表于 2012-10-9 20:19:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs;

type
  TForm1 = class(TForm)
    sorce=array[1..10] of Integer;//这里报错,提示要改成;号,改成;号后就无法识别array类型
    edt1: TEdit;
    btn1: TButton;

    procedure btn1Click(Sender: TObject);
    Function turnout(sss:string):sorce;//形参为字符串,返回数组类型的函数
  private
    { Private declarations }
  public
    { Public declarations }
  end;

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
 楼主| 发表于 2012-10-9 20:22:36 | 显示全部楼层
求大神:lol:lol:lol:lol很好
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
发表于 2012-10-16 06:42:55 | 显示全部楼层
sorce=array[1..10] of Integer;// 这里没错
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
发表于 2012-10-16 06:43:42 | 显示全部楼层
函数错了:loveliness:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-21 21:39

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表