S
shawn bright
hello there,
i am having a problem with a simple thing.
i have this ( trying to divide up a list into three more or less equal columns )
i += 1
if i == @sites.length / 3.to_i
or i == (@sites.length / 3).to_i * 2
i am getting a lot of unexpected kOR exceptions.
what am i doing wrong ?
thanks
sk
i am having a problem with a simple thing.
i have this ( trying to divide up a list into three more or less equal columns )
i += 1
if i == @sites.length / 3.to_i
or i == (@sites.length / 3).to_i * 2
i am getting a lot of unexpected kOR exceptions.
what am i doing wrong ?
thanks
sk