Code:
for each n in split("another cool sample you must test"," ")
  msgbox n
next n