Closed Sherry520 closed 3 days ago
I'm afraid that char
is used to store one character, not one entire string.
It's an integer value between -128 and 127, or between 0 and 255 in case you're using unsigned chars.
Basically, you can only store numbers in a big.matrix.
@privefl I see. Thank you.
Why can't I assign a value?