Hi Steven, On Monday, November 10, 2003, 9:37:41 PM, you wrote:
SW> I do not think so. In the example below, MY-WORDS is a block listing SW> the words that I have created in the script. The function Actually, that is exactly what you need. You just have to QUERY/CLEAR SYSTEM/WORDS before setting any word in your script; then in your memory dump script you use: MY-WORDS: query/clear system/words instead of: MY-WORDS: [ DATA-NAME-1 DATA-NAME-2 DATA-NAME-3 ] Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
