Subject | Re: [IB-Architect] Syntax of Declare Variable in storedprocs |
---|---|
Author | Ann W. Harrison |
Post date | 2001-12-13T15:28:28Z |
At 03:41 PM 12/13/2001 +0100, Ivan Prenosil wrote:
int create function (int a, char * b)
as
int x, y, z;
char c, d[2];
begin
Regards,
Ann
www.ibphoenix.com
We have answers.
>oror
> [DECLARE VARIABLES]
> A,B INTEGER;
> C,D CHAR(1);
int create function (int a, char * b)
as
int x, y, z;
char c, d[2];
begin
Regards,
Ann
www.ibphoenix.com
We have answers.