Replies: 2 comments
-
not a 100 solution, but doing something with TerminatedCString |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can do it that way, but if your struct (including string) is always the same fixed-length (your screenshot shows 32 bytes, so I'm guessing all instances might be this size), the plain "string" data type, with a field size of 22 might work better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I create a structure with a String with an unknown length, please?
Beta Was this translation helpful? Give feedback.
All reactions