|
Does anyone know how null, nil, or whatever input
parameters on broker calls get to the Mumps side from Delphi? In other
words if the M line tag has 4 parameters like this
DEFRFREQ(ORY,ORSVC,ORDFN,RESOLVE)
and Delphi only sends it one input parameter, do the missing parameters get
turned into null values so the M side would look like
D DEFRFREQ^ORQQCN2(.Y,43,"","")
or would it be like this
D DEFRFREQ^ORQQCN2(.Y,43)
I ask this because for this RPC call the latter
call causes undef errors.
Jim Gray |
