string AddAppLogDataDouble(string, string, double)
Adds more data to an existing app log entry
Security
Trust Level Required: Medium Trust
Parameters
Name | Description |
appLogId |
string The app log id returned from CreateAppLog. |
name |
string Name. |
value |
double Value. |
Return
The app log data id, or null on an insert failure.
Examples
var dataId = KioApp.AddAppLogDataDouble(appLogId, 'The Number', 72.322);
Requirements
KioWare for Windows version 8.38 or greater.