הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Call to routine <routineName> is invalid because it includes multiple argument assignments to the same parameter name <parameterName>.
BOTH_POSITIONAL_AND_NAMED
A positional argument and named argument both referred to the same parameter. Please remove the named argument referring to this parameter.
DOUBLE_NAMED_ARGUMENT_REFERENCE
More than one named argument referred to the same parameter. Please assign a value only once.