| prov:value
| - If you want a signed integer for the temperatures, use this:Code: [Select]// note change from %u to %isprintf(pageAdd,%s,%s,%i,%i;,sdate,stime,temp0,temp1);I know this is C++ reference, but the format variable types are the same.http://www.cplusplus.com/reference/cstdio/printf/
|