07-07-2009, 11:43 PM
Hi,
Are you sure that the last value is blank?
Visually it might be a blank.
Just try with below.
retreive the total items count
use a for loop & retreive all the values length using 'len' builtin function
check the length of last value.(If it is equal to 0 , then its a blank)
I hope last value length is not equal to 0 & thats why u might have been facing the issues.
Are you sure that the last value is blank?
Visually it might be a blank.
Just try with below.
retreive the total items count
use a for loop & retreive all the values length using 'len' builtin function
check the length of last value.(If it is equal to 0 , then its a blank)
I hope last value length is not equal to 0 & thats why u might have been facing the issues.