C8 (Character)¶
The C8 type represents a single character in raypy. It can hold exactly one character.
- Supports both string and integer initialization
- Integer values are interpreted as character codes (ASCII/Unicode)
- For storing strings with multiple characters, use the
Stringcontainer type instead - Useful for representing single character tokens, separators, or codes
Type Information¶
| Type | Rayforce Object Type Code | Size |
|---|---|---|
C8 |
-12 |
8 bits |