i tried to use 'itoa' to do this, but i get a link error when building. so, then i tried using sprintf(buff,"%d",reading) ... but the string stored in 'buff' is some random non-changing value. is there a trick to this type of conversion in CCE v.3, or am I just missing something?