vijayasekhar_nyros
Joined: 02 Nov 2007 Posts: 11
|
Posted: Thu Nov 22, 2007 12:32 pm Post subject: Checkbox datatype |
|
|
| The value range of the checkbox depends on the context. Custom links are (I believe) 1 or 0, as are S-Control merge fields (at least, as of the last time I checked). The API natively uses "true" or "false", although some versions of libraries may use "1" or "0" instead. If you have control of the programming language/tool being used, you might be able to include a function override, or special handling code that internally converts the values, as necessary. |
|