02-25-2004, 05:02 AM -
If you look at the Weather Monitor page, it details the ini settings. I've duplicated the information on part of the page, and as you'll see, it goes into the CustomParam# section.
Quote:The special sections CustomParam# (where # must be replaced by number starting with 0) are for parsing different values. Each CustomParam section can contain some other values:
Name - the name of parameter (required)
unit - the units used for parameter. This value also must be included in the predefined section (Temperature, Pressure...). Currently supported these units:
F - Fahrenheit (Temperature)
C - Centigrade (Temperature)
hPa - hundreds of Pascals (Pressure)
atm - Atmosphere (Pressure)
psi - Pounds per Square Inch (Pressure)
in Hg - Inches of Mercury (Pressure)
mm Hg - millimeters of Mercury (Pressure)
kPa - Kilopascals (Pressure)
% - percents
ValueType - the type of value can be INT - integer number, DBL - floating point number, STRING - text string. By default all values are parsed as string.
DecimalSymbol - the decimal separator for numbers (by default ".")
GroupSymbol - the thousands separator for numbers (by default empty)
Back once again...