Changes between Version 13 and Version 14 of XML-RPC


Ignore:
Timestamp:
Apr 7, 2007, 3:45:41 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v13 v14  
    111111}}}
    112112
    113 Based on experience, I do recommend that you use Dictionaries for your args rather than long args, but I think that's personal preference (It allows named arguments and eliminates 'out of order' argument issues).
     113Based on experience, I do recommend that you use Dictionaries for your args rather than long args, but I think that's personal preference (It allows named arguments, eliminates 'out of order' argument issues and it makes the code more self-documenting).
    114114
    115115Have fun!
Back to Top