kaa
kaa

Reputation: 1367

Enum in realstudio

Please, tell me - how to create an enum in RealStudio( I'm pretty new in this area ). I want to create enum in the global scope for application, and can't find tutorial how to do this(((

Upvotes: 1

Views: 256

Answers (1)

BKeeney Software
BKeeney Software

Reputation: 1299

Create a module and go to its Code Editor. From the Project menu, select the Add submenu, then choose Enum. Alternatively you can use the toolbar but I don't believe the Add Enum button is shown by default so you'll have to customize the toolbar to see it.

Upvotes: 3

Related Questions