15 Dec
1999
15 Dec
'99
3:56 p.m.
( i still wonder why you use REQUEST=REQUEST in the call, though .. Am i just being stupid ? ) Basically, you have two choices in argument lists: assignment pairs i.e. REQUEST=REQUEST or good old fashion parameters like you were attempting i.e ('Add', REQUEST, RESPONSE). The only cavet is that you can't mix the two, once you pass assignment pairs all arguments must be assignement pairs.... additionally, in the ZQR if an argument is in a bracket [] it is optional... DR