I have a bunch of varying size configuration commands:
#define r_getPwr "ER_CMD#P?"
similar to the one above....I arrange them in a const char array and after I load each one I want to know the size of it
I've found that sizeof(r_getPwr) doesn't work.....how can I do this?
Thanks