Hi.
Often I create boolean primitive data type if I wan't to determine something in the class or method - then I often declara boolean ret;
When I use external software who get or set booleans I find it more practical to create EDT as a boolean so the variable can follow the naming conventions and so on.
In the followed link it is descriped "Extended data types (EDTs) are user-defined types, based on the primitive data types boolean, integer, real, string, and date, and the composite type container. You can also base EDTs on other EDTs." http://msdn.microsoft.com/en-us/library/aa884607.aspx
But when I want to create EDT in the AOT I can't find the option Boolean.
I think it's also logical that you can't create EDT as a boolean because you can't modify the type - it's always true or false, but sometime I want to follow naming conventions so creating boolean as an EDT is a huge benefit for me sometime.
Is it possible to create boolean as EDT, and if so - how? Is it part og Enum?
*This post is locked for comments
I have the same question (0)