Peter Brigham MD wrote:

The general problem here is that, contrary to all other computing contexts I know about, in Rev anything enclosed by true quotation marks is regarded by the engine as one word.

It's for HC compatibility, which worked the same way. You can often get around it like this:

 set the itemdelimiter to space
 put the number of items in fld 1

If you have carriage returns or tabs in the text, you'll probably need to replace them with spaces in a temporary variable first.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to