LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
hfettig

Default Representation for Enum should be U8

Status: New
In the spirit of using as little memory as possible I think the default representation for Enums should be U8. Currently when you create a new Enum its representation is set to U16. Since I assume most people rarely have Enums with more than 256 items I would really appreciate it if the default representation were U8 so I don't have to always change it from U16 to U8.
1 Comment
Intaris
Proven Zealot

I have created an Enum with over 2000 items in it.

 

But I have to agree that this really is the exception.....

 

How about making each new Enum a Typedef by default too.....

 

Shane.

Message Edited by Intaris on 06-10-2009 01:29 AM