Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Capturing output from 'help

From: tim:johnsons-web at: 30-Jul-2001 16:14

Hello All: Typing >> help next at the shell prompt gives me the following: USAGE: NEXT series DESCRIPTION: Returns the series at its next position. NEXT is an action value. ARGUMENTS: series -- (Type: series port) Now how can I capture that output as a block or other data structure? TIA tj