What do I save when I substitute the following code:
with this one:Code:if ( pItemData->nSelCheck ) iImg = 1; else iImg = 0;
Code:iImg = ( pItemData->nSelCheck )? 1: 0;
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |