char fourChar[4]; int* value = (int*)(&fourChar); *value = (int)floatValueFromSlider; // or the simple values from your picker [appNote sendCharArray:fourChar]; // assuming the method wants a char[] of only 4 characters