so, as you know, there many different types of data types IE: int, bool, double, array, ect. My problem is that is need to store 127 values, and none of them need to be changed after programming. I’m used to arduino IDE, so I would use
const datatype variablename] PROGMEM = {data0, data1, data2, data3 . . .}
Is there an equivalent datatype for robotc?