FIELD_CHARACTER
(Redirected from Character)
Stub
This article or section is a stub. You can help by adding to it.
A FIELD_CHARACTER
is a networked data type that can store values from 0 to 255 (the same as a char in C++). It is often treated like an unsigned integer would, but a character is only one byte. As the name implies, it can also be used to store ASCII characters.