I have this C array:
How do I return the array to a variable in Globals and what type must it be? I tried a byte array but that did not work.
B4X:
unsigned char output[100];
How do I return the array to a variable in Globals and what type must it be? I tried a byte array but that did not work.
B4X:
b4r_main.cpp:58: error: invalid conversion from 'unsigned char*' to 'const char*' [-fpermissive]