-- Fixed error in get_value with "font" tag, which is main reason for this update.
The following is in but not fully tested: -- Added new key to the configuration ini file (dialog.ini or plugins.ini) indexBase, and set_base service, both of which effect various services that specify elements with an index (clear, and variants of get_value and set_value for listviews, combo boxs and list boxs, and for the latter, tab controls. All scripts updated by calling set_base(1) for safety. -- Scripts that use any of those controls now set_base to 1, and attempt to restore base to its default value based on the indexBase key in the configuration ini file. This requires use of the ini plugin; if it's not found, running the sample scripts may clobber your default base.
