# $EPIC: qword.txt,v 1.3 2007/03/02 02:32:04 jnelson Exp $
$qword(<index> <list>)
Use this function when you need to extract a specific word from a list.
The <index>th word in <list>, counting from zero.
<ugh. this is a mess>
$qword(2 foo bar blah) returns blah xdebug -dword $qword(1 one "two three" four five) returns "two xdebug dword $qword(1 one "two three" four five) returns "two three"
This function first appeared in EPIC5-0.3.2.