FIELD CHARACTER: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:FIELD_CHARACTER}} | |||
{{stub}} | {{stub}} | ||
A <code>FIELD_CHARACTER</code> 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. | A <code>FIELD_CHARACTER</code> 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. | ||
[[Category:Variables]] | [[Category:Variables]] |