assuming the one line in your textfile is data1 data2 data3, and none of the data actually contains a space:

Code:
tokenize 32 $read(filename,1)
set %x $1
set %y $2
set %z $3