Send_Message and Exec_Method

Published 11 OCT 2012 at 07:13:06PM

Updated on 24 APR 2013 at 07:13:06PM

OK, so we deprecated the Send_Message function for OI 10…

… but before you worry about your apps being broken don't despair because it still works as it ever has.  It has actually been replaced by a new function named Exec_Method which exposes the same interface as Send_Message, with the added bonus that it can support more than four parameters, so it's basically a straight drop-in replacement when you need to use it.

Why did we do this?  Well, there's a couple of reasons really:

Actually Send_Message isn't the only casualty, we've deprecated another well-known function too, but we'll leave the details of that one for another post…

[Edit: 24 Apr 13 - Call_Method renamed to Exec_Method]

Comments

Original ID: revdevx.wordpress.com/?p=24