I have another newbie question:
47. How do I declare a variable like the enumerators in C, for instance:
declare a variable 'trade' that can have two values, 'buy' or 'sale', and how to access this?
Thanks much
Arie
47. How do I declare a variable like the enumerators in C, for instance:
declare a variable 'trade' that can have two values, 'buy' or 'sale', and how to access this?
Thanks much
Arie
Comment