View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-28-2012 , 15:53   Re: [TUT] Code Styling & Good Programming Habits
Reply With Quote #82

Macros with commas work well, you can't put spaces in them that's all.

See :

PHP Code:
#define m_iMenu 205
#define cs_get_user_menu(%0)     get_pdata_int(%0, m_iMenu)
#define cs_set_user_menu(%0,%1)  set_pdata_int(%0, m_iMenu, %1) 
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 07-28-2012 at 15:53.
ConnorMcLeod is offline