Hi all,
Im trying to run
if (i == 4) then
$branch_column2[count] = table[i][2].text_field(:index,
1).name.to_s
count += 1
$branch_column2[count] = table[i][2].text_field(:index,
1).name.to_s
elsif (i == 9) then
$branch_column2[count] = table[i][2].select_list(:index,
1).name.to_s
else
$branch_column2[count] = table[i][2].text_field(:index,
1).name.to_s
end
but I always get an error message, regardless on how I organise the if -
else loop.
Would anyone know?
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general