View Single Post
skatz_ws
Junior Member
Join Date: Aug 2019
Old 09-08-2019 , 10:55   Re: Enum bits for menu options
Reply With Quote #5

Quote:
Originally Posted by LearninG View Post
just a note :
Code:
sizeof(item) - 1
to
Code:
charsmax(item)
Can you explain me the difference? I want to learn
skatz_ws is offline