Convert incomming utf-8 cellData to float or double?

EDIT: looks like a atof() does the job.

hi. couldsomeone please give me a little hint

i have an DAT input in my Custom OP (CHOP).

const OP_DATInput* input_dat = inputs->getParDAT("Inputdat");

const char input_cell_1_1 = *input_dat->getCell(1,1);

but i cant figure out, how to convert the incomming data to float or double. tu use them inside my c++ code.

please :slight_smile: