|
| WInDev equivalent for typedef enum |
| Iniciado por guest, 11,jun. 2015 07:11 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 11,junio 2015 - 07:11 |
Hi,
What is the WinDev equivalent for typedef enum. Below is my C code which I want to convert to wLanguage.
typedef enum { A =1, B, C, D }ALPHABETS;
Couldn't find any online help. Any help?
Thanks and Regards, Naveen Rathan |
| |
| |
| | | |
|
| | |
| |
| Publicado el 11,junio 2015 - 10:20 |
Hi,
A tip - Check out the tool below:
Cheers Tor-Bjarne |
| |
| |
| | | |
|
| | |
| |
| Publicado el 11,junio 2015 - 13:32 |
Hi,
http://doc.windev.com/en-US/…
// Declare an enumeration RobotType is Enumération Walk Stopped InMaintenance OutOfOrder END RobotType = Walk Also check the combination varibale type. This can be assigned non or more options of the enumeration. http://doc.windev.com/en-US/… // Declare a combination CombinationType is Combination CreateFile ReadFile WriteFile DeleteFile END CombinationType = ReadFile+WriteFile
Cheers,
Peter H. |
| |
| |
| | | |
|
| | | | |
| | |
|