var i, qId;
for (i=0; i<25; i+=1)
{
qId = ds_list_find_value(list,i)
if qId = 0
qId = ''
}
It gives me an error at 'if qId = 0' saying 'Cannot compare arguments'
I found a targeting example from Mark13673 and used those ds_list codes it still gave me an error. Is it because I need to have an 'else' after qId = ''?
Edited by exxod, 17 September 2009 - 10:55 AM.











