EXTRACT
From 4Dimensions
EXTRACT
EXTRACT
EXTRACT
EXTRACT
Usage: extract to-variable word-number from-text
- could be used to do strange things to what people say:
extract testvar1 1 %speech% extract testvar2 2 %speech%
extract testvar3 3 %speech%
extract testvar4 4 %speech%
say do you mean %testvar4% %testvar3% %testvar2% %testvar1% ?
Place a specific word from the 'from-text' into a new or existing variable
'to-variable'. Do not enclose the name of the to-variable in %'s.