Link to home
Start Free TrialLog in
Avatar of Mark_Co
Mark_CoFlag for United States of America

asked on

how to NSLOG an int

User generated image
i feel dumb but i can't get this nslog to work. Please help.
sorry, the screen shot should have shown NSLog("columncounter is %d", columnCounter); which gives me the same error
ASKER CERTIFIED SOLUTION
Avatar of darbid73
darbid73
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mark_Co

ASKER

yeah, it's strange but it isn't working
Avatar of Mark_Co

ASKER

for (int i = 0; i < columnCounter; i++)
                {
                    NSLog("columncounter is %i", i);
....
it won't work
What is different between my line and yours?