string = "123456789"string.each{|word| msgbox(word)} # p "1"# p "2"# p "3"....
string = "123456789" string.each{|word| msgbox(word)} # p "1" # p "2" # p "3" . . . .