|
|
|
|
|
NbReceived (Property) In french: NbReçus
Returns the number of parameters actually received by a procedure. Remark: The Occurrence property indicates the number of parameters that can be used in the procedure.
PROCEDURE MaProc(p1, po2 = "Y", po3 = "Z")
Info(MyParameters.NbReçus)
Info(MyParameters.Occurrence)
Syntax
<Result> = <MyParameters>NbReceipts
<Result>: entier Number of parameters actually received by the procedure. This number does not take into account optional parameters for which no value has been specified at the time of the call. <MyParameters>: Keyword WLanguage keyword used to designate all the parameters of a procedure.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|