problem fixed: I removed & reinserted whole function...

On Wednesday, January 30, 2013 7:25:44 PM UTC+2, lselwd wrote:
>
>      
>>
>>
>>> private List<String> fileNameList; // flag file names
>>
>> int[] sizeWordCountries = new int[9];  // 10   
>>
>>       
>>
>>       for (int i = 0; i < 9; i++)  
>>
>>       { 
>>
>>       sizeWordCountries[i]=(fileNameList.get(i)).length();  // here 
>>> error: syntax error : insert "(" to complete expression
>>
>>       }
>>
>>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to