02-05-2010, 06:15 PM
!!! but that is the event that creates the list interfering! the event with the code:
It's because it uses $outfile which is also used by the BS.
Did you copy it in your project?? You're not supposed to do it.
I'm sorry, I don't remember any script that gives state defense to states.
Code:
$outfile = File.new("list.txt", "a")
list=Array.new(100)
list.each_index { |index|
list[index]=5*index
}
$outfile.write sprintf ("%p",list)
$outfile.write "\n"
$outfile.close
It's because it uses $outfile which is also used by the BS.
Did you copy it in your project?? You're not supposed to do it.
I'm sorry, I don't remember any script that gives state defense to states.