View Single Post
Old 01-14-2005, 03:18 AM   PM User | #7
thehaunt
New to the CF scene

 
Join Date: Jan 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
thehaunt is an unknown quantity at this point
Oh man I feel so stupid, after days of looking at this code asking myself endlessly why it didn't work, I looked at what I posted and realized that the reason
Code:
System.out.println(sntncArray[wrdCnt]);
was returning null all the time was that I had placed the system out call AFTER incrementing wrdCnt instead of before. How embarrassing :P
thehaunt is offline   Reply With Quote