Is there a variable that will store the following charaters "00101111", like binary but it must keep the first 0 and i dont want to use a string, array, or list.|||if you set the type to char (1 byte) and then assign the value as such
0x00101111. It will store the value.
If you mean for display (that leading 0 comment) purposes it has to be a string, character array, or list.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment