Subject | Meaning of DEFAULT value in FB1.5 DECLARE VARIABLE name |
---|---|
Author | Raymond Kennington |
Post date | 2002-10-02T00:48:35Z |
In FB1.5 SPs the syntax has been enhance to:
DECLARE [VARIABLE] name <variable_type> [('=' | DEFAULT) value];
The '=' part is probably like C initialisation of variables, but what does DEFAULT mean in
this context?
--
Raymond Kennington
Programming Solutions
W2W Team B
DECLARE [VARIABLE] name <variable_type> [('=' | DEFAULT) value];
The '=' part is probably like C initialisation of variables, but what does DEFAULT mean in
this context?
--
Raymond Kennington
Programming Solutions
W2W Team B