hrm well, this is my code and here is the error im getting:

Code:
alias text { 
  set %list $read(list.txt)
  set %echoit $matchtok(%list, 1, $chr(32))
  echo %list
  echo %echoit
}


* Too few parameters: $matchtok (line 3, script.ini)


smirk