Hi,
Is it possible to declare a string within a structure to be a certain number of bytes long?
Structures
-
- Enthusiast
- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
like this:
Code: Select all
Structure your_struct
stringvar.b[15]
EndStructure
foo.your_struct
PokeS(@foo\stringvar[0], "foo")
Debug PeekS(@foo\stringvar[0])