hi all,

i need to do somoething like this and wonder it can be done in
axapta:

void deltbl(anytype parm_operator, str _value)
{
  delete_from TblA where TblA.FieldA parm_operator _value;
  //i need to pass in dynamic operator, for e.g "like", "==",
  // "!=" as parm_operator
}

can it be done in axapta?i dont want to use switch case because my
actual situation have more combinations, if this can be done it save
me lot of time and effort.

thx in advance.

daniel







Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to