12 Sep
2002
12 Sep
'02
5:39 p.m.
[ Edward Pollard]
I've been attempting to iterate through the list and then compare the file ID of the item in the repeat loop with the file ID of the template using 'cmp'. I cannot get cmp to return 0 even when the names are the same (as evaluated by displaying them in the template).
Is this the incorrect way to compare strings? Is there a better way to do this?
if a==b: #do something Cheers, Tom P