FIELD CHARACTER: Difference between revisions
Jump to navigation
Jump to search
(finished sub) |
(no no NO a FIELD_CHARACTER holds 256 possible values not 26!!!! I am ANGRY!!!) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
A <code>FIELD_CHARACTER</code> is a networked data type that can use up to 256 different values (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. | |||
A <code>FIELD_CHARACTER</code> is a data type that can use up to | |||
[[Category:Variables]][[Category:Glossary]] | [[Category:Variables]][[Category:Glossary]] |